NTTDATA-DACH / viewnode

Viewnode displays Kubernetes cluster nodes with their pods and containers.
Apache License 2.0
16 stars 3 forks source link

provide arm64 darwin #22

Closed zhilyaev closed 1 year ago

zhilyaev commented 1 year ago
failed to install plugin "viewnode": plugin "viewnode" does not offer installation for this platform
failed to install some plugins: [viewnode]: plugin "viewnode" does not offer installation for this platform
grafvonb commented 1 year ago

@zhilyaev Hi, the PR https://github.com/kubernetes-sigs/krew-index/pull/2752 is waiting now for the final approval. After that you should be able to install and check if viewnode arm64/darwin version works as expected. Please let me know about it. Thanks!

zhilyaev commented 1 year ago

@grafvonb thanks a lot!

grafvonb commented 1 year ago

@zhilyaev Hi, the Krew-Index team has finally managed to accept the PR so that the new release of viewnode with arm64/darwin should be available over kubectl krew install viewnode command. Please let me know if it works in this environment as expected using e.g. (with containers, for all namespaces) kubectl viewnode -cA command. You should get a similar output as this one:

❯ kubectl viewnode -cA
24 pod(s) in total
0 unscheduled pod(s)
3 running node(s) with 24 scheduled pod(s):
- ip-172-31-15-64.eu-central-1.compute.internal running 5 pod(s) (linux/amd64/containerd://1.6.6)
  * knative-serving: domain-mapping-69cc86d8d5-6bq5q (running) (1: domain-mapping/running)
  * knative-serving: webhook-587cdd8dd7-l7lnl (running) (1: webhook/running)
  * kube-system: aws-node-rkzdn (running) (1: aws-node/running)
  * kube-system: ebs-csi-node-pxj44 (running) (3: ebs-plugin/running liveness-probe/running node-driver-registrar/running)
  * kube-system: kube-proxy-m6stl (running) (1: kube-proxy/running)
- ip-172-31-23-246.eu-central-1.compute.internal running 2 pod(s) (linux/amd64/containerd://1.6.6)
  * kube-system: aws-node-b8rpz (running) (1: aws-node/running)
  * kube-system: kube-proxy-b7f6f (running) (1: kube-proxy/running)
- ip-172-31-33-175.eu-central-1.compute.internal running 17 pod(s) (linux/amd64/containerd://1.6.6)
  * knative-serving: activator-5f6b4bf5c8-czlkt (pending) (1: activator/waiting)
  * knative-serving: autoscaler-bc7d6c9c9-47lcl (running) (1: autoscaler/running)
  * knative-serving: controller-687d88ff56-8fqk4 (pending) (1: controller/waiting)
  * knative-serving: domainmapping-webhook-65dfdd9b96-cxcs2 (running) (1: domainmapping-webhook/running)
  * knative-serving: net-kourier-controller-55c99987b4-vrcgc (pending) (1: controller/waiting)
[...]