We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e5833 commit 08b907eCopy full SHA for 08b907e
k8s/README.md
@@ -98,6 +98,22 @@ Follow the [official guide](https://docs.aws.amazon.com/eks/latest/userguide/aws
98
99
---
100
101
+## Install [Kubernetes Metrics Server](https://github.com/kubernetes-sigs/metrics-server)
102
+
103
+```sh
104
+kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/high-availability-1.21+.yaml
105
+```
106
107
+---
108
109
+## Install [k9s](https://k9scli.io/)
110
111
112
+pacman -S k9s
113
114
115
116
117
## Build and push the container to hub.docker.com
118
119
Handled by the CI/CD
0 commit comments