소스 검색

Merge pull request #7291 from sdodson/gcs-registry-storage

Automatic merge from submit-queue.

Add GCS object storage to hosts.example

QE noticed that when deploying to GCE the defaults storage provider gladly provides an RWO volume which means that the registry cannot be upgraded in a rolling manner or be scaled to multiple pods.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1548654
OpenShift Merge Robot 7 년 전
부모
커밋
841e806e85
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      inventory/hosts.example

+ 6 - 0
inventory/hosts.example

@@ -553,6 +553,12 @@ debug_level=2
 #openshift_hosted_registry_storage_s3_cloudfront_baseurl=https://myendpoint.cloudfront.net/
 #openshift_hosted_registry_storage_s3_cloudfront_privatekeyfile=/full/path/to/secret.pem
 #openshift_hosted_registry_storage_s3_cloudfront_keypairid=yourpairid
+#
+# GCS Storage Bucket
+#openshift_hosted_registry_storage_provider=gcs
+#openshift_hosted_registry_storage_gcs_bucket=bucket01
+#openshift_hosted_registry_storage_gcs_keyfile=test.key
+#openshift_hosted_registry_storage_gcs_rootdirectory=/registry
 
 # Metrics deployment
 # See: https://docs.openshift.com/enterprise/latest/install_config/cluster_metrics.html