← 返回命令列表

Linux command

exo-compute-sks 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

List SKS clusters

exo compute sks list

Create SKS cluster

exo compute sks create [cluster_name] --zone [ch-gva-2]

Get kubeconfig

exo compute sks kubeconfig [cluster_name]

Add nodepool

exo compute sks nodepool add [cluster_name] [nodepool_name]

Scale nodepool

exo compute sks nodepool scale [cluster_name] [nodepool_name] [5]

Delete cluster

exo compute sks delete [cluster_name]

说明

exo compute sks manages Exoscale SKS (Scalable Kubernetes Service) clusters. SKS provides managed Kubernetes with automatic control plane management. Commands handle cluster lifecycle, nodepool management, and kubeconfig retrieval. Nodepools allow different instance configurations within a cluster. SKS integrates with Exoscale's infrastructure for storage, networking, and load balancing.

参数

create _NAME_
Create new SKS cluster.
kubeconfig _NAME_
Get kubeconfig for cluster.
nodepool add _CLUSTER_ _POOL_
Add nodepool to cluster.
nodepool scale _CLUSTER_ _POOL_ _SIZE_
Scale nodepool.
--zone _ZONE_
Availability zone.
--help
Display help information.

FAQ

What is the exo-compute-sks command used for?

exo compute sks manages Exoscale SKS (Scalable Kubernetes Service) clusters. SKS provides managed Kubernetes with automatic control plane management. Commands handle cluster lifecycle, nodepool management, and kubeconfig retrieval. Nodepools allow different instance configurations within a cluster. SKS integrates with Exoscale's infrastructure for storage, networking, and load balancing.

How do I run a basic exo-compute-sks example?

Run `exo compute sks list` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does create _NAME_ do in exo-compute-sks?

Create new SKS cluster.