We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
resource-exporter
kubectl delete ds -n kube-system resource-exporter-ds
cat <<EOF | kubectl apply -f - apiVersion: apps/v1 kind: DaemonSet metadata: namespace: kube-system name: resource-exporter-ds labels: app: resource-exporter spec: selector: matchLabels: app: resource-exporter template: metadata: labels: app: resource-exporter spec: containers: - name: resource-exporter image: filswan/resource-exporter:v11.3.0 imagePullPolicy: IfNotPresent EOF
kubectl describe po -n kube-system resource-exporter-ds |grep "Image:"
It should be:
Image: filswan/resource-exporter:v11.3.0
and ensure it is running by kubectl get po -n kube-system
kubectl get po -n kube-system
computing-provider
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Update
resource-exporter
resource-exporter
resource-exporter
by the command:resource-exporter
version:It should be:
and ensure it is running by
kubectl get po -n kube-system
computing-provider
with v0.7.0The text was updated successfully, but these errors were encountered: