- SSH into master node
- Modify
spec.containers.command
in/etc/kubernetes/manifests/kube-apiserver.yaml
to have- --enable-aggregator-routing=true
flag if you do not run kube-proxy on a host running the API server - Fetch manifest file https://github.com/kubernetes-sigs/metrics-server/releases/download/v0.3.6/components.yaml
- Search and replace
amd64
withppc64le
with command:sed -i 's/amd64/ppc64le/g' components.yaml
- Start the metric servers with
kubectl apply -f components.yaml
Last active
June 16, 2020 15:42
-
-
Save runlevel5/e06ed589fa56d40a571e933fe67ef722 to your computer and use it in GitHub Desktop.
Kubernetes Metrics Server (ppc64le)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment