Difference between revisions of "--addons"
Jump to navigation
Jump to search
(One intermediate revision 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 \ | ||
Line 13: | Line 17: | ||
[[--addons]]=[[GcpFilestoreCsiDriver]] \ | [[--addons]]=[[GcpFilestoreCsiDriver]] \ | ||
--cluster-version=VERSION | --cluster-version=VERSION | ||
+ | |||
+ | |||
+ | --addons=[[BackupRestore]] | ||
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: