Difference between revisions of "--addons"
Jump to navigation
Jump to search
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | |||
+ | -addons [[ConfigConnector]] | [[GcePersistentDiskCsiDriver]] | [[GcpFilestoreCsiDriver]] | [[BackupRestore]] | ||
+ | |||
+ | |||
[[gcloud container clusters create]] CLUSTER_NAME \ | [[gcloud container clusters create]] CLUSTER_NAME \ | ||
--release-channel CHANNEL \ | --release-channel CHANNEL \ | ||
− | --addons ConfigConnector \ | + | --addons [[ConfigConnector]] \ |
--workload-pool=PROJECT_ID.svc.id.goog \ | --workload-pool=PROJECT_ID.svc.id.goog \ | ||
--logging=SYSTEM \ | --logging=SYSTEM \ | ||
Line 7: | Line 11: | ||
[[gcloud container clusters create]] YOUR-CLUSTER-NAME \ | [[gcloud container clusters create]] YOUR-CLUSTER-NAME \ | ||
− | --addons=GcePersistentDiskCsiDriver \ | + | --addons=[[GcePersistentDiskCsiDriver]] \ |
--cluster-version=VERSION | --cluster-version=VERSION | ||
+ | |||
+ | [[gcloud container clusters create]] CLUSTER_NAME \ | ||
+ | [[--addons]]=[[GcpFilestoreCsiDriver]] \ | ||
+ | --cluster-version=VERSION | ||
+ | |||
+ | |||
+ | --addons=[[BackupRestore]] | ||
+ | == See also == | ||
+ | * {{gcloud container clusters create}} | ||
+ | * {{CSI}} | ||
− | + | [[Category:GKE]] |
Latest revision as of 21:07, 4 December 2023
-addons ConfigConnector | GcePersistentDiskCsiDriver | GcpFilestoreCsiDriver | BackupRestore
gcloud container clusters create CLUSTER_NAME \ --release-channel CHANNEL \ --addons ConfigConnector \ --workload-pool=PROJECT_ID.svc.id.goog \ --logging=SYSTEM \ --monitoring=SYSTEM
gcloud container clusters create YOUR-CLUSTER-NAME \ --addons=GcePersistentDiskCsiDriver \ --cluster-version=VERSION
gcloud container clusters create CLUSTER_NAME \ --addons=GcpFilestoreCsiDriver \ --cluster-version=VERSION
--addons=BackupRestore
See also[edit]
gcloud container clusters create
- CSI, Amazon EBS CSI driver, Kubernetes Filestore CSI driver, GKE CSI Driver
pd.csi.storage.gke.io
, CSI Migration,aws-efs-csi-driver, aws-ebs-csi-driver, gcp_filestore_csi_driver_config
,GcePersistentDiskCsiDriver, kind: CSINode, csi-hostpath-driver
, Kubernetes snapshots
Advertising: