Skip to content

Instantly share code, notes, and snippets.

@runlevel5
Last active June 16, 2020 15:42
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save runlevel5/e06ed589fa56d40a571e933fe67ef722 to your computer and use it in GitHub Desktop.
Kubernetes Metrics Server (ppc64le)
  1. SSH into master node
  2. 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
  3. Fetch manifest file https://github.com/kubernetes-sigs/metrics-server/releases/download/v0.3.6/components.yaml
  4. Search and replace amd64 with ppc64le with command: sed -i 's/amd64/ppc64le/g' components.yaml
  5. Start the metric servers with kubectl apply -f components.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment