1 - ksctl

Command documentation for ksctl

ksctl

CLI tool for managing multiple K8s clusters

Synopsis

Ksctl ascii [logo]

Options

  -h, --help     help for ksctl
  -t, --toggle   Help message for toggle

SEE ALSO

Auto generated by spf13/cobra on 2-Dec-2024

2 - ksctl_connect-cluster

Command documentation for ksctl_connect-cluster

ksctl connect-cluster

Use to switch between clusters

Synopsis

Ksctl ascii [logo]

ksctl connect-cluster [flags]

Examples


ksctl connect-context --provider civo --name <clustername> --region <region>
ksctl connect --provider civo --name <clustername> --region <region>
ksctl switch --provider civo --name <clustername> --region <region>
ksctl connect --provider civo --name <clustername> --region <region>
ksctl connect-context --provider local --name <clustername>
ksctl connect-context --provider azure --name <clustername> --region <region>
ksctl connect-context --provider ha-civo --name <clustername> --region <region>
ksctl connect-context --provider ha-azure --name <clustername> --region <region>
ksctl connect-context --provider ha-aws --name <clustername> --region <region>
ksctl connect-context --provider aws --name <clustername> --region <region>

	For Storage specific

ksctl connect-context -s store-local -p civo -n <clustername> -r <region>
ksctl connect-context -s external-store-mongodb -p civo -n <clustername> -r <region>

Options

      --feature-flags string   Experimental Features: Supported values with comma seperated: [autoscale]
  -h, --help                   help for connect-cluster
  -m, --mode string            Mode of access can be shell or k9s or none
  -n, --name string            Cluster Name (default "demo")
  -p, --provider string        Provider
  -r, --region string          Region
  -s, --storage string         storage provider
  -v, --verbose int            for verbose output

SEE ALSO

  • ksctl - CLI tool for managing multiple K8s clusters
Auto generated by spf13/cobra on 2-Dec-2024

3 - ksctl_create-cluster

Command documentation for ksctl_create-cluster

ksctl create-cluster

Use to create a cluster

Synopsis

Ksctl ascii [logo]

Examples


ksctl create --help
	

Options

  -h, --help   help for create-cluster

SEE ALSO

Auto generated by spf13/cobra on 2-Dec-2024

4 - ksctl_create-cluster_aws

Command documentation for ksctl_create-cluster_aws

ksctl create-cluster aws

Use to create a EKS cluster in Aws

Synopsis

Ksctl ascii [logo]

ksctl create-cluster aws [flags]

Examples


ksctl create-cluster aws -n demo -r ap-south-1 -s store-local --nodeSizeMP t2.micro --noMP 3

Options

      --bootstrap string       Kubernetes Bootstrap
      --cni string             CNI
      --feature-flags string   Experimental Features: Supported values with comma seperated: [autoscale]
  -h, --help                   help for aws
  -n, --name string            Cluster Name (default "demo")
      --noMP int               Number of Managed Nodes (default -1)
      --nodeSizeMP string      Node size of managed cluster nodes
  -r, --region string          Region
  -s, --storage string         storage provider
  -v, --verbose int            for verbose output
      --version string         Kubernetes Version
  -y, --yes                    approval to avoid showMsg (default true)

SEE ALSO

Auto generated by spf13/cobra on 2-Dec-2024

5 - ksctl_create-cluster_azure

Command documentation for ksctl_create-cluster_azure

ksctl create-cluster azure

Use to create a AKS cluster in Azure

Synopsis

Ksctl ascii [logo]

ksctl create-cluster azure [flags]

Examples


ksctl create-cluster azure -n demo -r eastus -s store-local --nodeSizeMP Standard_DS2_v2 --noMP 3

Options

      --bootstrap string       Kubernetes Bootstrap
      --cni string             CNI
      --feature-flags string   Experimental Features: Supported values with comma seperated: [autoscale]
  -h, --help                   help for azure
  -n, --name string            Cluster Name (default "demo")
      --noMP int               Number of Managed Nodes (default -1)
      --nodeSizeMP string      Node size of managed cluster nodes
  -r, --region string          Region
  -s, --storage string         storage provider
  -v, --verbose int            for verbose output
      --version string         Kubernetes Version
  -y, --yes                    approval to avoid showMsg (default true)

SEE ALSO

Auto generated by spf13/cobra on 2-Dec-2024

6 - ksctl_create-cluster_civo

Command documentation for ksctl_create-cluster_civo

ksctl create-cluster civo

Use to create a Civo managed k3s cluster

Synopsis

Ksctl ascii [logo]

ksctl create-cluster civo [flags]

Examples


ksctl create-cluster civo --name demo --region LON1 --storage store-local --nodeSizeMP g4s.kube.small --noMP 3

Options

      --bootstrap string       Kubernetes Bootstrap
      --cni string             CNI
      --feature-flags string   Experimental Features: Supported values with comma seperated: [autoscale]
  -h, --help                   help for civo
  -n, --name string            Cluster Name (default "demo")
      --noMP int               Number of Managed Nodes (default -1)
      --nodeSizeMP string      Node size of managed cluster nodes
  -r, --region string          Region
  -s, --storage string         storage provider
  -v, --verbose int            for verbose output
      --version string         Kubernetes Version
  -y, --yes                    approval to avoid showMsg (default true)

SEE ALSO

Auto generated by spf13/cobra on 2-Dec-2024

7 - ksctl_create-cluster_ha-aws

Command documentation for ksctl_create-cluster_ha-aws

ksctl create-cluster ha-aws

Use to create a self-managed Highly Available cluster on AWS

Synopsis

Ksctl ascii [logo]

ksctl create-cluster ha-aws [flags]

Examples


ksctl create-cluster ha-aws -n demo -r us-east-1 --bootstrap k3s -s store-local --nodeSizeCP t2.medium --nodeSizeWP t2.medium --nodeSizeLB t2.micro --nodeSizeDS t2.small --noWP 1 --noCP 3 --noDS 3 --cni [email protected]

Options

      --bootstrap string       Kubernetes Bootstrap
      --cni string             CNI
      --feature-flags string   Experimental Features: Supported values with comma seperated: [autoscale]
  -h, --help                   help for ha-aws
  -n, --name string            Cluster Name (default "demo")
      --noCP int               Number of ControlPlane Nodes (default -1)
      --noDS int               Number of DataStore Nodes (default -1)
      --noWP int               Number of WorkerPlane Nodes (default -1)
      --nodeSizeCP string      Node size of self-managed controlplane nodes
      --nodeSizeDS string      Node size of self-managed datastore nodes
      --nodeSizeLB string      Node size of self-managed loadbalancer node
      --nodeSizeWP string      Node size of self-managed workerplane nodes
  -r, --region string          Region
  -s, --storage string         storage provider
  -v, --verbose int            for verbose output
      --version string         Kubernetes Version
  -y, --yes                    approval to avoid showMsg (default true)

SEE ALSO

Auto generated by spf13/cobra on 2-Dec-2024

8 - ksctl_create-cluster_ha-aws_add-nodes

Command documentation for ksctl_create-cluster_ha-aws_add-nodes

ksctl create-cluster ha-aws add-nodes

Use to add more worker nodes in self-managed Highly-Available cluster on Aws

Synopsis

It is used to add nodes to worker nodes in cluster with the given name from user.

ksctl create-cluster ha-aws add-nodes [flags]

Examples


ksctl create ha-aws add-nodes -n demo -r ap-south-1 -s store-local --noWP 3 --nodeSizeWP t2.medium # Here the noWP is the desired count of workernodes
	

Options

  -h, --help                help for add-nodes
  -n, --name string         Cluster Name (default "demo")
      --noWP int            Number of WorkerPlane Nodes (default -1)
      --nodeSizeWP string   Node size of self-managed workerplane nodes
  -r, --region string       Region
  -s, --storage string      storage provider
  -v, --verbose int         for verbose output
  -y, --yes                 approval to avoid showMsg (default true)

SEE ALSO

Auto generated by spf13/cobra on 2-Dec-2024

9 - ksctl_create-cluster_ha-azure

Command documentation for ksctl_create-cluster_ha-azure

ksctl create-cluster ha-azure

Use to create a self-managed Highly-Available cluster on Azure

Synopsis

Ksctl ascii [logo]

ksctl create-cluster ha-azure [flags]

Examples


ksctl create-cluster ha-azure --name demo --region eastus --bootstrap k3s --storage store-local --nodeSizeCP Standard_F2s --nodeSizeWP Standard_F2s --nodeSizeLB Standard_F2s --nodeSizeDS Standard_F2s --noWP 1 --noCP 3 --noDS 3
ksctl create-cluster ha-azure --name demo --region eastus --bootstrap kubeadm --storage store-local --nodeSizeCP Standard_F2s --nodeSizeWP Standard_F4s --nodeSizeLB Standard_F2s --nodeSizeDS Standard_F2s --noWP 1 --noCP 3 --noDS 3 --cni [email protected]

Options

      --bootstrap string       Kubernetes Bootstrap
      --cni string             CNI
      --feature-flags string   Experimental Features: Supported values with comma seperated: [autoscale]
  -h, --help                   help for ha-azure
  -n, --name string            Cluster Name (default "demo")
      --noCP int               Number of ControlPlane Nodes (default -1)
      --noDS int               Number of DataStore Nodes (default -1)
      --noWP int               Number of WorkerPlane Nodes (default -1)
      --nodeSizeCP string      Node size of self-managed controlplane nodes
      --nodeSizeDS string      Node size of self-managed datastore nodes
      --nodeSizeLB string      Node size of self-managed loadbalancer node
      --nodeSizeWP string      Node size of self-managed workerplane nodes
  -r, --region string          Region
  -s, --storage string         storage provider
  -v, --verbose int            for verbose output
      --version string         Kubernetes Version
  -y, --yes                    approval to avoid showMsg (default true)

SEE ALSO

Auto generated by spf13/cobra on 2-Dec-2024

10 - ksctl_create-cluster_ha-azure_add-nodes

Command documentation for ksctl_create-cluster_ha-azure_add-nodes

ksctl create-cluster ha-azure add-nodes

Use to add more worker nodes in self-managed Highly-Available cluster on Azure

Synopsis

It is used to add nodes to worker nodes in cluster with the given name from user

ksctl create-cluster ha-azure add-nodes [flags]

Examples


ksctl create ha-azure add-nodes -n demo -r eastus -s store-local --noWP 3 --nodeSizeWP Standard_F2s      # Here the noWP is the desired count of workernodes
	

Options

      --feature-flags string   Experimental Features: Supported values with comma seperated: [autoscale]
  -h, --help                   help for add-nodes
  -n, --name string            Cluster Name (default "demo")
      --noWP int               Number of WorkerPlane Nodes (default -1)
      --nodeSizeWP string      Node size of self-managed workerplane nodes
  -r, --region string          Region
  -s, --storage string         storage provider
  -v, --verbose int            for verbose output
  -y, --yes                    approval to avoid showMsg (default true)

SEE ALSO

Auto generated by spf13/cobra on 2-Dec-2024

11 - ksctl_create-cluster_ha-civo

Command documentation for ksctl_create-cluster_ha-civo

ksctl create-cluster ha-civo

Use to create a self-managed Highly Available cluster on Civo

Synopsis

Ksctl ascii [logo]

ksctl create-cluster ha-civo [flags]

Examples


ksctl create-cluster ha-civo --name demo --region LON1 --bootstrap k3s --storage store-local --nodeSizeCP g3.small --nodeSizeWP g3.medium --nodeSizeLB g3.small --nodeSizeDS g3.small --noWP 1 --noCP 3 --noDS 3
ksctl create-cluster ha-civo --name demo --region LON1 --bootstrap kubeadm --storage store-local --nodeSizeCP g3.medium --nodeSizeWP g3.large --nodeSizeLB g3.small --nodeSizeDS g3.small --noWP 1 --noCP 3 --noDS 3 --cni [email protected]

Options

      --bootstrap string       Kubernetes Bootstrap
      --cni string             CNI
      --feature-flags string   Experimental Features: Supported values with comma seperated: [autoscale]
  -h, --help                   help for ha-civo
  -n, --name string            Cluster Name (default "demo")
      --noCP int               Number of ControlPlane Nodes (default -1)
      --noDS int               Number of DataStore Nodes (default -1)
      --noWP int               Number of WorkerPlane Nodes (default -1)
      --nodeSizeCP string      Node size of self-managed controlplane nodes
      --nodeSizeDS string      Node size of self-managed datastore nodes
      --nodeSizeLB string      Node size of self-managed loadbalancer node
      --nodeSizeWP string      Node size of self-managed workerplane nodes
  -r, --region string          Region
  -s, --storage string         storage provider
  -v, --verbose int            for verbose output
      --version string         Kubernetes Version
  -y, --yes                    approval to avoid showMsg (default true)

SEE ALSO

Auto generated by spf13/cobra on 2-Dec-2024

12 - ksctl_create-cluster_ha-civo_add-nodes

Command documentation for ksctl_create-cluster_ha-civo_add-nodes

ksctl create-cluster ha-civo add-nodes

Use to add more worker nodes in self-managed Highly-Available cluster on Civo

Synopsis

It is used to add nodes to worker nodes in cluster with the given name from user.

ksctl create-cluster ha-civo add-nodes [flags]

Examples


ksctl create ha-civo add-nodes -n demo -r LON1 -s store-local --noWP 3 --nodeSizeWP g3.medium   # Here the noWP is the desired count of workernodes
	

Options

      --feature-flags string   Experimental Features: Supported values with comma seperated: [autoscale]
  -h, --help                   help for add-nodes
  -n, --name string            Cluster Name (default "demo")
      --noWP int               Number of WorkerPlane Nodes (default -1)
      --nodeSizeWP string      Node size of self-managed workerplane nodes
  -r, --region string          Region
  -s, --storage string         storage provider
  -v, --verbose int            for verbose output
  -y, --yes                    approval to avoid showMsg (default true)

SEE ALSO

Auto generated by spf13/cobra on 2-Dec-2024

13 - ksctl_create-cluster_local

Command documentation for ksctl_create-cluster_local

ksctl create-cluster local

Use to create a kind cluster

Synopsis

Ksctl ascii [logo]

ksctl create-cluster local [flags]

Examples


ksctl create-cluster local --name demo --storage store-local --noMP 3

Options

      --bootstrap string       Kubernetes Bootstrap
      --cni string             CNI
      --feature-flags string   Experimental Features: Supported values with comma seperated: [autoscale]
  -h, --help                   help for local
  -n, --name string            Cluster Name (default "demo")
      --noMP int               Number of Managed Nodes (default -1)
  -s, --storage string         storage provider
  -v, --verbose int            for verbose output
      --version string         Kubernetes Version
  -y, --yes                    approval to avoid showMsg (default true)

SEE ALSO

Auto generated by spf13/cobra on 2-Dec-2024

14 - ksctl_cred

Command documentation for ksctl_cred

ksctl cred

Login to your Cloud-provider Credentials

Synopsis

Ksctl ascii [logo]

ksctl cred [flags]

Options

  -h, --help             help for cred
  -s, --storage string   storage provider
  -v, --verbose          for verbose output (default true)

SEE ALSO

  • ksctl - CLI tool for managing multiple K8s clusters
Auto generated by spf13/cobra on 2-Dec-2024

15 - ksctl_delete-cluster

Command documentation for ksctl_delete-cluster

ksctl delete-cluster

Use to delete a cluster

Synopsis

Ksctl ascii [logo]

Examples


ksctl delete --help
	

Options

  -h, --help   help for delete-cluster

SEE ALSO

Auto generated by spf13/cobra on 2-Dec-2024

16 - ksctl_delete-cluster_aws

Command documentation for ksctl_delete-cluster_aws

ksctl delete-cluster aws

Use to deletes a EKS cluster

Synopsis

Ksctl ascii [logo]

ksctl delete-cluster aws [flags]

Examples


ksctl delete aws --name demo --region ap-south-1 --storage store-local

Options

  -h, --help             help for aws
  -n, --name string      Cluster Name (default "demo")
  -r, --region string    Region
  -s, --storage string   storage provider
  -v, --verbose int      for verbose output
  -y, --yes              approval to avoid showMsg (default true)

SEE ALSO

Auto generated by spf13/cobra on 2-Dec-2024

17 - ksctl_delete-cluster_azure

Command documentation for ksctl_delete-cluster_azure

ksctl delete-cluster azure

Use to deletes a AKS cluster

Synopsis

Ksctl ascii [logo]

ksctl delete-cluster azure [flags]

Examples


ksctl delete azure --name demo --region eastus --storage store-local

Options

      --feature-flags string   Experimental Features: Supported values with comma seperated: [autoscale]
  -h, --help                   help for azure
  -n, --name string            Cluster Name (default "demo")
  -r, --region string          Region
  -s, --storage string         storage provider
  -v, --verbose int            for verbose output
  -y, --yes                    approval to avoid showMsg (default true)

SEE ALSO

Auto generated by spf13/cobra on 2-Dec-2024

18 - ksctl_delete-cluster_civo

Command documentation for ksctl_delete-cluster_civo

ksctl delete-cluster civo

Use to delete a Civo managed k3s cluster

Synopsis

Ksctl ascii [logo]

ksctl delete-cluster civo [flags]

Examples


ksctl delete civo --name demo --region LON1 --storage store-local

Options

      --feature-flags string   Experimental Features: Supported values with comma seperated: [autoscale]
  -h, --help                   help for civo
  -n, --name string            Cluster Name (default "demo")
  -r, --region string          Region
  -s, --storage string         storage provider
  -v, --verbose int            for verbose output
  -y, --yes                    approval to avoid showMsg (default true)

SEE ALSO

Auto generated by spf13/cobra on 2-Dec-2024

19 - ksctl_delete-cluster_ha-aws

Command documentation for ksctl_delete-cluster_ha-aws

ksctl delete-cluster ha-aws

Use to delete a self-managed Highly Available cluster on AWS

Synopsis

Ksctl ascii [logo]

ksctl delete-cluster ha-aws [flags]

Examples


ksctl delete ha-aws --name demo --region us-east-1 --storage store-local

Options

      --feature-flags string   Experimental Features: Supported values with comma seperated: [autoscale]
  -h, --help                   help for ha-aws
  -n, --name string            Cluster Name (default "demo")
  -r, --region string          Region
  -s, --storage string         storage provider
  -v, --verbose int            for verbose output
  -y, --yes                    approval to avoid showMsg (default true)

SEE ALSO

Auto generated by spf13/cobra on 2-Dec-2024

20 - ksctl_delete-cluster_ha-aws_del-nodes

Command documentation for ksctl_delete-cluster_ha-aws_del-nodes

ksctl delete-cluster ha-aws del-nodes

Use to remove worker nodes in self-managed Highly-Available cluster on Aws

Synopsis

It is used to delete cluster with the given name from user

ksctl delete-cluster ha-aws del-nodes [flags]

Examples


ksctl delete ha-aws del-nodes -n demo -r us-east-1 -s store-local --noWP 1      # Here the noWP is the desired count of workernodes
	

Options

  -h, --help             help for del-nodes
  -n, --name string      Cluster Name (default "demo")
      --noWP int         Number of WorkerPlane Nodes (default -1)
  -r, --region string    Region
  -s, --storage string   storage provider
  -v, --verbose int      for verbose output
  -y, --yes              approval to avoid showMsg (default true)

SEE ALSO

Auto generated by spf13/cobra on 2-Dec-2024

21 - ksctl_delete-cluster_ha-azure

Command documentation for ksctl_delete-cluster_ha-azure

ksctl delete-cluster ha-azure

Use to delete a self-managed Highly Available cluster on Azure

Synopsis

Ksctl ascii [logo]

ksctl delete-cluster ha-azure [flags]

Examples


ksctl delete ha-azure --name demo --region eastus --storage store-local

Options

      --feature-flags string   Experimental Features: Supported values with comma seperated: [autoscale]
  -h, --help                   help for ha-azure
  -n, --name string            Cluster Name (default "demo")
  -r, --region string          Region
  -s, --storage string         storage provider
  -v, --verbose int            for verbose output
  -y, --yes                    approval to avoid showMsg (default true)

SEE ALSO

Auto generated by spf13/cobra on 2-Dec-2024

22 - ksctl_delete-cluster_ha-azure_del-nodes

Command documentation for ksctl_delete-cluster_ha-azure_del-nodes

ksctl delete-cluster ha-azure del-nodes

Use to remove worker nodes in self-managed Highly-Available cluster on Azure

Synopsis

It is used to delete cluster with the given name from user

ksctl delete-cluster ha-azure del-nodes [flags]

Examples


ksctl delete ha-azure del-nodes -n demo -r eastus -s store-local --noWP 1     # Here the noWP is the desired count of workernodes
	

Options

      --feature-flags string   Experimental Features: Supported values with comma seperated: [autoscale]
  -h, --help                   help for del-nodes
  -n, --name string            Cluster Name (default "demo")
      --noWP int               Number of WorkerPlane Nodes (default -1)
  -r, --region string          Region
  -s, --storage string         storage provider
  -v, --verbose int            for verbose output
  -y, --yes                    approval to avoid showMsg (default true)

SEE ALSO

Auto generated by spf13/cobra on 2-Dec-2024

23 - ksctl_delete-cluster_ha-civo

Command documentation for ksctl_delete-cluster_ha-civo

ksctl delete-cluster ha-civo

Use to delete a self-managed Highly Available cluster on Civo

Synopsis

Ksctl ascii [logo]

ksctl delete-cluster ha-civo [flags]

Examples


ksctl delete ha-civo --name demo --region LON1 --storage store-local

Options

      --feature-flags string   Experimental Features: Supported values with comma seperated: [autoscale]
  -h, --help                   help for ha-civo
  -n, --name string            Cluster Name (default "demo")
  -r, --region string          Region
  -s, --storage string         storage provider
  -v, --verbose int            for verbose output
  -y, --yes                    approval to avoid showMsg (default true)

SEE ALSO

Auto generated by spf13/cobra on 2-Dec-2024

24 - ksctl_delete-cluster_ha-civo_del-nodes

Command documentation for ksctl_delete-cluster_ha-civo_del-nodes

ksctl delete-cluster ha-civo del-nodes

Use to remove worker nodes in self-managed Highly-Available cluster on Civo

Synopsis

It is used to delete cluster with the given name from user

ksctl delete-cluster ha-civo del-nodes [flags]

Examples


ksctl delete ha-civo del-nodes -n demo -r LON1 -s store-local --noWP 1      # Here the noWP is the desired count of workernodes
	

Options

      --feature-flags string   Experimental Features: Supported values with comma seperated: [autoscale]
  -h, --help                   help for del-nodes
  -n, --name string            Cluster Name (default "demo")
      --noWP int               Number of WorkerPlane Nodes (default -1)
  -r, --region string          Region
  -s, --storage string         storage provider
  -v, --verbose int            for verbose output
  -y, --yes                    approval to avoid showMsg (default true)

SEE ALSO

Auto generated by spf13/cobra on 2-Dec-2024

25 - ksctl_delete-cluster_local

Command documentation for ksctl_delete-cluster_local

ksctl delete-cluster local

Use to delete a kind cluster

Synopsis

Ksctl ascii [logo]

ksctl delete-cluster local [flags]

Examples


ksctl delete local --name demo --storage store-local

Options

      --feature-flags string   Experimental Features: Supported values with comma seperated: [autoscale]
  -h, --help                   help for local
  -n, --name string            Cluster Name (default "demo")
  -s, --storage string         storage provider
  -v, --verbose int            for verbose output
  -y, --yes                    approval to avoid showMsg (default true)

SEE ALSO

Auto generated by spf13/cobra on 2-Dec-2024

26 - ksctl_get-clusters

Command documentation for ksctl_get-clusters

ksctl get-clusters

Use to get clusters

Synopsis

Ksctl ascii [logo]

ksctl get-clusters [flags]

Examples


ksctl get --provider all --storage store-local

Options

      --feature-flags string   Experimental Features: Supported values with comma seperated: [autoscale]
  -h, --help                   help for get-clusters
  -p, --provider string        Provider
  -s, --storage string         storage provider
  -v, --verbose int            for verbose output

SEE ALSO

  • ksctl - CLI tool for managing multiple K8s clusters
Auto generated by spf13/cobra on 2-Dec-2024

27 - ksctl_info-cluster

Command documentation for ksctl_info-cluster

ksctl info-cluster

Use to info cluster

Synopsis

Ksctl ascii [logo]

ksctl info-cluster [flags]

Examples


ksctl info --provider azure --name demo --region eastus --storage store-local
ksctl info -p ha-azure -n ha-demo-kubeadm -r eastus -s store-local --verbose -1

Options

      --feature-flags string   Experimental Features: Supported values with comma seperated: [autoscale]
  -h, --help                   help for info-cluster
  -n, --name string            Cluster Name (default "demo")
  -p, --provider string        Provider
  -r, --region string          Region
  -s, --storage string         storage provider
  -v, --verbose int            for verbose output

SEE ALSO

  • ksctl - CLI tool for managing multiple K8s clusters
Auto generated by spf13/cobra on 2-Dec-2024

28 - ksctl_self-update

Command documentation for ksctl_self-update

ksctl self-update

update the ksctl cli

Synopsis

Ksctl ascii [logo]

ksctl self-update [flags]

Options

  -h, --help             help for self-update
  -s, --storage string   storage provider
  -v, --verbose          for verbose output (default true)

SEE ALSO

  • ksctl - CLI tool for managing multiple K8s clusters
Auto generated by spf13/cobra on 2-Dec-2024

29 - ksctl_version

Command documentation for ksctl_version

ksctl version

Print the version number of ksctl

ksctl version [flags]

Options

  -h, --help   help for version

SEE ALSO

  • ksctl - CLI tool for managing multiple K8s clusters
Auto generated by spf13/cobra on 2-Dec-2024