brendandburns / gcp-live-k8s-visualizer

Source code for the Kubernetes visualizer used in the GCP Live Container Engine Demo
Apache License 2.0
215 stars 132 forks source link

Not working for Replication set #15

Open tcstapas opened 7 years ago

tcstapas commented 7 years ago

Can we get modified version for replication set instead of replication controller?

hannes-angst commented 6 years ago

I just replaced /api/v1/namespaces/default/replicationcontrollers with /apis/apps/v1beta2/namespaces/default/replicasets in the script.js to make it work.