kyma上service catalog的安装部署方法
Service catalog:
在cluster上安裝Service catalog之前,首先使用下列命令確保該cluster可以使用helm:
kubectl create -f https://raw.githubusercontent.com/Azure/helm-charts/master/docs/prerequisities/helm-rbac-config.yaml
helm init --service-account tiller
再使用下列命令行部署:
Deploy Service Catalog on the cluster:
helm repo add svc-cat https://svc-catalog-charts.storage.googleapis.com
helm install svc-cat/catalog --name catalog --namespace catalog
–set apiserver.storage.etcd.persistence.enabled=true
使用下列命令確保所有和service catalog相關的pod都處于期望的running狀態:
kubectl get pods --namespace catalog
使用下面的命令把azure Open Service Broker部署到kyma cluster上。
helm repo add azure https://kubernetescharts.blob.core.windows.net/azure
helm install azure/open-service-broker-azure --name osba --namespace osba
–set azure.subscriptionId=KaTeX parse error: Expected 'EOF', got '\ ' at position 23: …UBSCRIPTION_ID \? ? --set azure.t…AZURE_TENANT_ID
–set azure.clientId=KaTeX parse error: Expected 'EOF', got '\ ' at position 17: …ZURE_CLIENT_ID \? ? --set azure.c…AZURE_CLIENT_SECRET
使用下面的命令確保azure open Service broker處于正常運行狀態:
kubectl get pods --namespace osba
要獲取更多Jerry的原創文章,請關注公眾號"汪子熙":
總結
以上是生活随笔為你收集整理的kyma上service catalog的安装部署方法的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 20万元买特斯拉?陶琳甩出5张图:中国价
- 下一篇: 与华为战略合作,开源鸿蒙 OpenHar