Game interface seems to be non-existent.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"__inputs": [ | |
{ | |
"name": "DS_PROMETHEUS", | |
"label": "Prometheus", | |
"description": "", | |
"type": "datasource", | |
"pluginId": "prometheus", | |
"pluginName": "Prometheus" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# Source: calico/templates/calico-kube-controllers.yaml | |
# This manifest creates a Pod Disruption Budget for Controller to allow K8s Cluster Autoscaler to evict | |
apiVersion: policy/v1 | |
kind: PodDisruptionBudget | |
metadata: | |
name: calico-kube-controllers | |
namespace: kube-system | |
labels: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# Source: cloud-provider-azure/templates/cloud-provider-azure.yaml | |
apiVersion: v1 | |
kind: ServiceAccount | |
metadata: | |
name: cloud-controller-manager | |
namespace: kube-system | |
--- | |
# Source: cloud-provider-azure/templates/cloud-provider-azure.yaml | |
apiVersion: v1 |
OlderNewer