pke install worker 🔗︎
Installs Banzai Cloud Pipeline Kubernetes Engine (PKE) Worker node
Synopsis 🔗︎
Installs Banzai Cloud Pipeline Kubernetes Engine (PKE) Worker node
pke install worker [flags]
Options 🔗︎
--azure-loadbalancer-sku string Sku of Load Balancer and Public IP. Candidate values are: basic and standard (default "basic")
--azure-route-table-name string The name of the route table attached to the subnet that the cluster is deployed in (default "kubernetes-routes")
--azure-security-group-name string The name of the security group attached to the cluster's subnet
--azure-subnet-name string The name of the subnet that the cluster is deployed in
--azure-tenant-id string The AAD Tenant ID for the Subscription that the cluster is deployed in
--azure-vm-type string The type of azure nodes. Candidate values are: vmss and standard (default "standard")
--azure-vnet-name string The name of the VNet that the cluster is deployed in
--azure-vnet-resource-group string The name of the resource group that the Vnet is deployed in
-h, --help help for worker
--image-repository string Prefix for image repository (default "banzaicloud")
--kubernetes-api-server string Kubernetes API Server host port
--kubernetes-api-server-ca-cert-hash string CA cert hash
--kubernetes-cloud-provider string cloud provider. example: aws
--kubernetes-container-runtime string Kubernetes container runtime (default "containerd")
--kubernetes-infrastructure-cidr string network CIDR for the actual machine (default "192.168.64.0/20")
--kubernetes-node-labels strings Specifies the labels the Node should be registered with
--kubernetes-node-token string PKE join token
--kubernetes-pod-network-cidr string range of IP addresses for the pod network on the current node
--kubernetes-version string Kubernetes version (default "1.19.10")
--pipeline-cluster-id int32 Cluster ID to use with Pipeline API
--pipeline-insecure If the Pipeline API should not verify the API's certificate
--pipeline-nodepool string name of the nodepool the node belongs to
--pipeline-org-id int32 Organization ID to use with Pipeline API
-t, --pipeline-token string Token for accessing Pipeline API
-u, --pipeline-url string Pipeline API server url
--reset-on-failure Roll back changes after failures
--taints strings Specifies the taints the Node should be registered with
--use-image-repo-for-k8s Use defined image repository for K8s Images as well
SEE ALSO 🔗︎
- pke install - Install a single Banzai Cloud Pipeline Kubernetes Engine (PKE) machine
- pke install worker container-runtime - Container runtime installation
- pke install worker kubernetes-node - Kubernetes worker node installation
- pke install worker kubernetes-runtime - Kubernetes runtime installation
- pke install worker kubernetes-version - Check Kubernetes version is supported or not
- pke install worker pipeline-ready - Register node as ready at Pipeline