schema stringclasses 471
values | key stringlengths 0 203 | description stringlengths 0 4.37k | object stringlengths 2 322k |
|---|---|---|---|
cluster.json | canalNetworkProvider | CanalNetworkProvider | {} |
cluster.json | flannelNetworkProvider | FlannelNetworkProvider | {} |
cluster.json | weaveNetworkProvider | WeaveNetworkProvider | {} |
cluster.json | aciNetworkProvider | AciNetworkProvider | {} |
cluster.json | nodeSelector | NodeSelector key pair | {"patternProperties": {".*": {"oneOf": [{"type": "string"}, {"type": "number"}]}}, "type": "object"} |
cluster.json | updateStrategy | Network plugin daemonset upgrade strategy | {} |
cluster.json | tolerations | Tolerations for Deployments | {"items": {}, "type": "array"} |
cluster.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.json | ignoreDaemonSets | 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.json | deleteLocalData | Continue even if there are pods using emptyDir | {"type": "boolean"} |
cluster.json | gracePeriod | 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.json | timeout | Time to wait (in seconds) before giving up for one try | {"type": "integer"} |
cluster.json | maxUnavailableWorker | 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.json | maxUnavailableControlplane | MaxUnavailableControlplane input can be a number of nodes or a percentage of nodes | {"type": "string"} |
cluster.json | ipAddress | link-local IP for nodelocal DNS | {"type": "string"} |
cluster.json | updateStrategy | Nodelocal DNS daemonset upgrade strategy | {} |
cluster.json | nodeSelector | NodeSelector key pair | {"patternProperties": {".*": {"oneOf": [{"type": "string"}, {"type": "number"}]}}, "type": "object"} |
cluster.json | nodeLocalDnsPriorityClassName | Priority class name for NodeLocal's "node-local-dns" daemonset | {"type": "string"} |
cluster.json | url | URL for the registry | {"type": "string"} |
cluster.json | user | User name for registry acces | {"type": "string"} |
cluster.json | password | Password for registry access | {"type": "string"} |
cluster.json | isDefault | Default registry | {"type": "boolean"} |
cluster.json | ecrCredentialPlugin | ECRCredentialPlugin | {} |
cluster.json | nodeName | Name of the host provisioned via docker machine | {"type": "string"} |
cluster.json | address | IP or FQDN that is fully resolvable and used for SSH communication | {"type": "string"} |
cluster.json | port | Port used for SSH communication | {"oneOf": [{"type": "string"}, {"type": "number"}]} |
cluster.json | internalAddress | Optional - Internal address that will be used for components communication | {"type": "string"} |
cluster.json | role | Node role in kubernetes cluster (controlplane, worker, or etcd) | {"items": {"type": "string"}, "type": "array"} |
cluster.json | hostnameOverride | Optional - Hostname of the node | {"type": "string"} |
cluster.json | user | SSH usesr that will be used by RKE | {"type": "string"} |
cluster.json | dockerSocket | Optional - Docker socket on the node that will be used in tunneling | {"type": "string"} |
cluster.json | sshAgentAuth | SSH Agent Auth enable | {"type": "boolean"} |
cluster.json | sshKey | SSH Private Key | {"type": "string"} |
cluster.json | sshKeyPath | SSH Private Key Path | {"type": "string"} |
cluster.json | sshCert | SSH Certificate | {"type": "string"} |
cluster.json | sshCertPath | SSH Certificate Path | {"type": "string"} |
cluster.json | labels | Node Labels | {"patternProperties": {".*": {"oneOf": [{"type": "string"}, {"type": "number"}]}}, "type": "object"} |
cluster.json | taints | Node Taints | {"items": {}, "type": "array"} |
cluster.json | etcd | Etcd Service | {} |
cluster.json | kubeApi | KubeAPI Service | {} |
cluster.json | kubeController | KubeController Service | {} |
cluster.json | scheduler | Scheduler Service | {} |
cluster.json | kubelet | Kubelet Service | {} |
cluster.json | kubeproxy | KubeProxy Service | {} |
cluster.json | etcd | etcd image | {"type": "string"} |
cluster.json | alpine | Alpine image | {"type": "string"} |
cluster.json | nginxProxy | rke-nginx-proxy image | {"type": "string"} |
cluster.json | certDownloader | rke-cert-deployer image | {"type": "string"} |
cluster.json | kubernetesServicesSidecar | rke-service-sidekick image | {"type": "string"} |
cluster.json | kubedns | KubeDNS image | {"type": "string"} |
cluster.json | dnsmasq | DNSMasq image | {"type": "string"} |
cluster.json | kubednsSidecar | KubeDNS side car image | {"type": "string"} |
cluster.json | kubednsAutoscaler | KubeDNS autoscaler image | {"type": "string"} |
cluster.json | coredns | CoreDNS image | {"type": "string"} |
cluster.json | corednsAutoscaler | CoreDNS autoscaler image | {"type": "string"} |
cluster.json | nodelocal | Nodelocal image | {"type": "string"} |
cluster.json | kubernetes | Kubernetes image | {"type": "string"} |
cluster.json | flannel | Flannel image | {"type": "string"} |
cluster.json | flannelCni | Flannel CNI image | {"type": "string"} |
cluster.json | calicoNode | Calico Node image | {"type": "string"} |
cluster.json | calicoCni | Calico CNI image | {"type": "string"} |
cluster.json | calicoControllers | Calico Controllers image | {"type": "string"} |
cluster.json | calicoCtl | Calicoctl image | {"type": "string"} |
cluster.json | calicoFlexVol | CalicoFlexVol image | {"type": "string"} |
cluster.json | canalNode | Canal Node Image | {"type": "string"} |
cluster.json | canalCni | Canal CNI image | {"type": "string"} |
cluster.json | canalControllers | Canal Controllers Image needed for Calico/Canal v3.14.0+ | {"type": "string"} |
cluster.json | canalFlannel | CanalFlannel image | {"type": "string"} |
cluster.json | canalFlexVol | CanalFlexVol image | {"type": "string"} |
cluster.json | weaveNode | Weave Node image | {"type": "string"} |
cluster.json | weaveCni | Weave CNI image | {"type": "string"} |
cluster.json | podInfraContainer | Pod infra container image | {"type": "string"} |
cluster.json | ingress | Ingress Controller image | {"type": "string"} |
cluster.json | ingressBackend | Ingress Controller Backend image | {"type": "string"} |
cluster.json | ingressWebhook | Ingress Webhook image | {"type": "string"} |
cluster.json | metricsServer | Metrics Server image | {"type": "string"} |
cluster.json | windowsPodInfraContainer | Pod infra container image for Windows | {"type": "string"} |
cluster.json | aciCniDeployContainer | Cni deployer container image for Cisco ACI | {"type": "string"} |
cluster.json | aciHostContainer | host container image for Cisco ACI | {"type": "string"} |
cluster.json | aciOpflexContainer | opflex agent container image for Cisco ACI | {"type": "string"} |
cluster.json | aciMcastContainer | mcast daemon container image for Cisco ACI | {"type": "string"} |
cluster.json | aciOvsContainer | OpenvSwitch container image for Cisco ACI | {"type": "string"} |
cluster.json | aciControllerContainer | Controller container image for Cisco ACI | {"type": "string"} |
cluster.json | aciGbpServerContainer | GBP Server container image for Cisco ACI | {"type": "string"} |
cluster.json | aciOpflexServerContainer | Opflex Server container image for Cisco ACI | {"type": "string"} |
cluster.json | nodes | Kubernetes nodes | {"items": {}, "type": "array"} |
cluster.json | services | Kubernetes components | {} |
cluster.json | network | Network configuration used in the kubernetes cluster (flannel, calico) | {} |
cluster.json | authentication | Authentication configuration used in the cluster (default: x509) | {} |
cluster.json | addons | YAML manifest for user provided addons to be deployed on the cluster | {"type": "string"} |
cluster.json | addonsInclude | List of urls or paths for addons | {"items": {"type": "string"}, "type": "array"} |
cluster.json | systemImages | List of images used internally for proxy, cert download and kubedns | {} |
cluster.json | sshKeyPath | SSH Private Key Path | {"type": "string"} |
cluster.json | sshCertPath | SSH Certificate Path | {"type": "string"} |
cluster.json | sshAgentAuth | SSH Agent Auth enable | {"type": "boolean"} |
cluster.json | authorization | Authorization mode configuration used in the cluster | {} |
cluster.json | ignoreDockerVersion | Enable/disable strict docker version checking | {"type": "boolean"} |
cluster.json | enableCriDockerd | Enable/disable using cri-dockerd | {"type": "boolean"} |
cluster.json | kubernetesVersion | Kubernetes version to use (if kubernetes image is specified, image version takes precedence) | {"type": "string"} |
cluster.json | privateRegistries | List of private registries and their credentials | {"items": {}, "type": "array"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.