Dev

Results 93 comments of Dev
trafficstars

Fixed in https://github.com/cloud-ark/kubeplus/pull/1298

@chiukapoor In our discussion today, I was referring to this issue.

References: https://github.com/marketplace/actions/push-to-gcr-github-action https://medium.com/mistergreen-engineering/uploading-a-docker-image-to-gcr-using-github-actions-92e1cdf14811 https://medium.com/@sbkapelner/building-and-pushing-to-artifact-registry-with-github-actions-7027b3e443c1

Do we know what is the data format expected by opencost? We have a kubectl plugin (kubectl metrics), which collects per-application resource consumption metrics (CPU, memory, storage, network ingress, network...

Thanks for trying out opencost @chiukapoor Is the cost calculated from the time the application/namespace is created? Also, can opencost tell us what all Pods are considered when calculating the...

@chiukapoor Sounds like a good plan.

@chiukapoor I have added some suggestions on the PR related to this issue: https://github.com/cloud-ark/kubeplus/pull/1347

We should mark such a PVC with the following: `helm.sh/resource-policy: "keep" `

Let's mount the PVC on the path: /kubeplus Following changes will be required after this: - In kubectl-upload-chart, we will need to specify "/kubeplus" as the target path when copying...