schema
stringclasses 471
values | key
stringlengths 0
203
| description
stringlengths 0
4.37k
| object
stringlengths 2
322k
|
---|---|---|---|
cluster.yml.json
|
weave_network_provider
|
WeaveNetworkProvider
|
{}
|
cluster.yml.json
|
aci_network_provider
|
AciNetworkProvider
|
{}
|
cluster.yml.json
|
node_selector
|
NodeSelector key pair
|
{"patternProperties": {".*": {"oneOf": [{"type": "string"}, {"type": "number"}]}}, "type": "object"}
|
cluster.yml.json
|
update_strategy
|
Network plugin daemonset upgrade strategy
|
{}
|
cluster.yml.json
|
tolerations
|
Tolerations for Deployments
|
{"items": {}, "type": "array"}
|
cluster.yml.json
|
force
|
Drain node even if there are pods not managed by a ReplicationController, Job, or DaemonSet
Drain will not proceed without Force set to true if there are such pods
|
{"type": "boolean"}
|
cluster.yml.json
|
ignore_daemonsets
|
If there are DaemonSet-managed pods, drain will not proceed without IgnoreDaemonSets set to true
(even when set to true, kubectl won't delete pods - so setting default to true)
|
{"type": "boolean"}
|
cluster.yml.json
|
delete_local_data
|
Continue even if there are pods using emptyDir
|
{"type": "boolean"}
|
cluster.yml.json
|
grace_period
|
Period of time in seconds given to each pod to terminate gracefully.
If negative, the default value specified in the pod will be used
|
{"type": "integer"}
|
cluster.yml.json
|
timeout
|
Time to wait (in seconds) before giving up for one try
|
{"type": "integer"}
|
cluster.yml.json
|
max_unavailable_worker
|
MaxUnavailableWorker input can be a number of nodes or a percentage of nodes (example, max_unavailable_worker: 2 OR max_unavailable_worker: 20%)
|
{"type": "string"}
|
cluster.yml.json
|
max_unavailable_controlplane
|
MaxUnavailableControlplane input can be a number of nodes or a percentage of nodes
|
{"type": "string"}
|
cluster.yml.json
|
ip_address
|
link-local IP for nodelocal DNS
|
{"type": "string"}
|
cluster.yml.json
|
update_strategy
|
Nodelocal DNS daemonset upgrade strategy
|
{}
|
cluster.yml.json
|
node_selector
|
NodeSelector key pair
|
{"patternProperties": {".*": {"oneOf": [{"type": "string"}, {"type": "number"}]}}, "type": "object"}
|
cluster.yml.json
|
node_local_dns_priority_class_name
|
Priority class name for NodeLocal's "node-local-dns" daemonset
|
{"type": "string"}
|
cluster.yml.json
|
url
|
URL for the registry
|
{"type": "string"}
|
cluster.yml.json
|
user
|
User name for registry acces
|
{"type": "string"}
|
cluster.yml.json
|
password
|
Password for registry access
|
{"type": "string"}
|
cluster.yml.json
|
is_default
|
Default registry
|
{"type": "boolean"}
|
cluster.yml.json
|
ecr_credential_plugin
|
ECRCredentialPlugin
|
{}
|
cluster.yml.json
|
nodeName
|
Name of the host provisioned via docker machine
|
{"type": "string"}
|
cluster.yml.json
|
address
|
IP or FQDN that is fully resolvable and used for SSH communication
|
{"type": "string"}
|
cluster.yml.json
|
port
|
Port used for SSH communication
|
{"oneOf": [{"type": "string"}, {"type": "number"}]}
|
cluster.yml.json
|
internal_address
|
Optional - Internal address that will be used for components communication
|
{"type": "string"}
|
cluster.yml.json
|
role
|
Node role in kubernetes cluster (controlplane, worker, or etcd)
|
{"items": {"type": "string"}, "type": "array"}
|
cluster.yml.json
|
hostname_override
|
Optional - Hostname of the node
|
{"type": "string"}
|
cluster.yml.json
|
user
|
SSH usesr that will be used by RKE
|
{"type": "string"}
|
cluster.yml.json
|
docker_socket
|
Optional - Docker socket on the node that will be used in tunneling
|
{"type": "string"}
|
cluster.yml.json
|
ssh_agent_auth
|
SSH Agent Auth enable
|
{"type": "boolean"}
|
cluster.yml.json
|
ssh_key
|
SSH Private Key
|
{"type": "string"}
|
cluster.yml.json
|
ssh_key_path
|
SSH Private Key Path
|
{"type": "string"}
|
cluster.yml.json
|
ssh_cert
|
SSH Certificate
|
{"type": "string"}
|
cluster.yml.json
|
ssh_cert_path
|
SSH Certificate Path
|
{"type": "string"}
|
cluster.yml.json
|
labels
|
Node Labels
|
{"patternProperties": {".*": {"oneOf": [{"type": "string"}, {"type": "number"}]}}, "type": "object"}
|
cluster.yml.json
|
taints
|
Node Taints
|
{"items": {}, "type": "array"}
|
cluster.yml.json
|
etcd
|
Etcd Service
|
{}
|
cluster.yml.json
|
kube-api
|
KubeAPI Service
|
{}
|
cluster.yml.json
|
kube-controller
|
KubeController Service
|
{}
|
cluster.yml.json
|
scheduler
|
Scheduler Service
|
{}
|
cluster.yml.json
|
kubelet
|
Kubelet Service
|
{}
|
cluster.yml.json
|
kubeproxy
|
KubeProxy Service
|
{}
|
cluster.yml.json
|
etcd
|
etcd image
|
{"type": "string"}
|
cluster.yml.json
|
alpine
|
Alpine image
|
{"type": "string"}
|
cluster.yml.json
|
nginx_proxy
|
rke-nginx-proxy image
|
{"type": "string"}
|
cluster.yml.json
|
cert_downloader
|
rke-cert-deployer image
|
{"type": "string"}
|
cluster.yml.json
|
kubernetes_services_sidecar
|
rke-service-sidekick image
|
{"type": "string"}
|
cluster.yml.json
|
kubedns
|
KubeDNS image
|
{"type": "string"}
|
cluster.yml.json
|
dnsmasq
|
DNSMasq image
|
{"type": "string"}
|
cluster.yml.json
|
kubedns_sidecar
|
KubeDNS side car image
|
{"type": "string"}
|
cluster.yml.json
|
kubedns_autoscaler
|
KubeDNS autoscaler image
|
{"type": "string"}
|
cluster.yml.json
|
coredns
|
CoreDNS image
|
{"type": "string"}
|
cluster.yml.json
|
coredns_autoscaler
|
CoreDNS autoscaler image
|
{"type": "string"}
|
cluster.yml.json
|
nodelocal
|
Nodelocal image
|
{"type": "string"}
|
cluster.yml.json
|
kubernetes
|
Kubernetes image
|
{"type": "string"}
|
cluster.yml.json
|
flannel
|
Flannel image
|
{"type": "string"}
|
cluster.yml.json
|
flannel_cni
|
Flannel CNI image
|
{"type": "string"}
|
cluster.yml.json
|
calico_node
|
Calico Node image
|
{"type": "string"}
|
cluster.yml.json
|
calico_cni
|
Calico CNI image
|
{"type": "string"}
|
cluster.yml.json
|
calico_controllers
|
Calico Controllers image
|
{"type": "string"}
|
cluster.yml.json
|
calico_ctl
|
Calicoctl image
|
{"type": "string"}
|
cluster.yml.json
|
calico_flexvol
|
CalicoFlexVol image
|
{"type": "string"}
|
cluster.yml.json
|
canal_node
|
Canal Node Image
|
{"type": "string"}
|
cluster.yml.json
|
canal_cni
|
Canal CNI image
|
{"type": "string"}
|
cluster.yml.json
|
canal_controllers
|
Canal Controllers Image needed for Calico/Canal v3.14.0+
|
{"type": "string"}
|
cluster.yml.json
|
canal_flannel
|
CanalFlannel image
|
{"type": "string"}
|
cluster.yml.json
|
canal_flexvol
|
CanalFlexVol image
|
{"type": "string"}
|
cluster.yml.json
|
weave_node
|
Weave Node image
|
{"type": "string"}
|
cluster.yml.json
|
weave_cni
|
Weave CNI image
|
{"type": "string"}
|
cluster.yml.json
|
pod_infra_container
|
Pod infra container image
|
{"type": "string"}
|
cluster.yml.json
|
ingress
|
Ingress Controller image
|
{"type": "string"}
|
cluster.yml.json
|
ingress_backend
|
Ingress Controller Backend image
|
{"type": "string"}
|
cluster.yml.json
|
ingress_webhook
|
Ingress Webhook image
|
{"type": "string"}
|
cluster.yml.json
|
metrics_server
|
Metrics Server image
|
{"type": "string"}
|
cluster.yml.json
|
windows_pod_infra_container
|
Pod infra container image for Windows
|
{"type": "string"}
|
cluster.yml.json
|
aci_cni_deploy_container
|
Cni deployer container image for Cisco ACI
|
{"type": "string"}
|
cluster.yml.json
|
aci_host_container
|
host container image for Cisco ACI
|
{"type": "string"}
|
cluster.yml.json
|
aci_opflex_container
|
opflex agent container image for Cisco ACI
|
{"type": "string"}
|
cluster.yml.json
|
aci_mcast_container
|
mcast daemon container image for Cisco ACI
|
{"type": "string"}
|
cluster.yml.json
|
aci_ovs_container
|
OpenvSwitch container image for Cisco ACI
|
{"type": "string"}
|
cluster.yml.json
|
aci_controller_container
|
Controller container image for Cisco ACI
|
{"type": "string"}
|
cluster.yml.json
|
aci_gbp_server_container
|
GBP Server container image for Cisco ACI
|
{"type": "string"}
|
cluster.yml.json
|
aci_opflex_server_container
|
Opflex Server container image for Cisco ACI
|
{"type": "string"}
|
cluster.yml.json
|
nodes
|
Kubernetes nodes
|
{"items": {}, "type": "array"}
|
cluster.yml.json
|
services
|
Kubernetes components
|
{}
|
cluster.yml.json
|
network
|
Network configuration used in the kubernetes cluster (flannel, calico)
|
{}
|
cluster.yml.json
|
authentication
|
Authentication configuration used in the cluster (default: x509)
|
{}
|
cluster.yml.json
|
addons
|
YAML manifest for user provided addons to be deployed on the cluster
|
{"type": "string"}
|
cluster.yml.json
|
addons_include
|
List of urls or paths for addons
|
{"items": {"type": "string"}, "type": "array"}
|
cluster.yml.json
|
system_images
|
List of images used internally for proxy, cert download and kubedns
|
{}
|
cluster.yml.json
|
ssh_key_path
|
SSH Private Key Path
|
{"type": "string"}
|
cluster.yml.json
|
ssh_cert_path
|
SSH Certificate Path
|
{"type": "string"}
|
cluster.yml.json
|
ssh_agent_auth
|
SSH Agent Auth enable
|
{"type": "boolean"}
|
cluster.yml.json
|
authorization
|
Authorization mode configuration used in the cluster
|
{}
|
cluster.yml.json
|
ignore_docker_version
|
Enable/disable strict docker version checking
|
{"type": "boolean"}
|
cluster.yml.json
|
enable_cri_dockerd
|
Enable/disable using cri-dockerd
|
{"type": "boolean"}
|
cluster.yml.json
|
kubernetes_version
|
Kubernetes version to use (if kubernetes image is specified, image version takes precedence)
|
{"type": "string"}
|
cluster.yml.json
|
private_registries
|
List of private registries and their credentials
|
{"items": {}, "type": "array"}
|
cluster.yml.json
|
ingress
|
Ingress controller used in the cluster
|
{}
|
cluster.yml.json
|
cluster_name
|
Cluster Name used in the kube config
|
{"type": "string"}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.