├── .gitignore ├── EKS-KCM1.0.json ├── LICENSE ├── README.md ├── Scheduler-v1.0.1.json ├── api-troubleshooter.json ├── etcd-v1.0.1.json ├── kubelet-troubleshooter-v1.0.2.json └── node-troubleshooter-v1.1.2.json /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /EKS-KCM1.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskyAdventure/Troubleshooting-Dashboards/HEAD/EKS-KCM1.0.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskyAdventure/Troubleshooting-Dashboards/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskyAdventure/Troubleshooting-Dashboards/HEAD/README.md -------------------------------------------------------------------------------- /Scheduler-v1.0.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskyAdventure/Troubleshooting-Dashboards/HEAD/Scheduler-v1.0.1.json -------------------------------------------------------------------------------- /api-troubleshooter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskyAdventure/Troubleshooting-Dashboards/HEAD/api-troubleshooter.json -------------------------------------------------------------------------------- /etcd-v1.0.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskyAdventure/Troubleshooting-Dashboards/HEAD/etcd-v1.0.1.json -------------------------------------------------------------------------------- /kubelet-troubleshooter-v1.0.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskyAdventure/Troubleshooting-Dashboards/HEAD/kubelet-troubleshooter-v1.0.2.json -------------------------------------------------------------------------------- /node-troubleshooter-v1.1.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskyAdventure/Troubleshooting-Dashboards/HEAD/node-troubleshooter-v1.1.2.json --------------------------------------------------------------------------------