File tree Expand file tree Collapse file tree 8 files changed +9
-7
lines changed 
managed-service/appday2ops Expand file tree Collapse file tree 8 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ Let’s look at an example of creating a multi-instance WordPress Service using
85855 .  Install KubePlus Operator using the generated provider kubeconfig 
8686
8787   ``` 
88-    helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-3.0.43 .tgz?raw=true" --kubeconfig=kubeplus-saas-provider.json -n $KUBEPLUS_NS 
88+    helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-3.0.44 .tgz?raw=true" --kubeconfig=kubeplus-saas-provider.json -n $KUBEPLUS_NS 
8989   until kubectl get pods -A | grep kubeplus | grep Running; do echo "Waiting for KubePlus to start.."; sleep 1; done 
9090    ``` 
9191
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ type: application
77#  This is the chart version. This version number should be incremented each time you make changes
88#  to the chart and its templates, including the app version.
99#  Versions are expected to follow Semantic Versioning (https://semver.org/)
10- version : 3.0.43  
10+ version : 3.0.44  
1111
1212#  This is the version number of the application being deployed. This version number should be
1313#  incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -295,6 +295,8 @@ spec:
295295      name : kubeplus 
296296      labels :
297297        app : kubeplus 
298+       annotations :
299+         cluster-autoscaler.kubernetes.io/safe-to-evict : " false" 
298300    spec :
299301      serviceAccount : kubeplus-saas-provider 
300302      initContainers :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ This example shows delivering Bitnami Odoo Helm chart as-a-service using KubePlu
2020       $ python ../../../provider-kubeconfig.py create default -s $server
2121   - Install KubePlus
2222
23-      $ helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-3.0.43 .tgz?raw=true" --kubeconfig=kubeplus-saas-provider.json 
23+      $ helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-3.0.44 .tgz?raw=true" --kubeconfig=kubeplus-saas-provider.json 
2424   - Wait till KubePlus Pod is Running
2525     $ kubectl get pods -A
2626
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ $ kubectl kubeplus commands
2929     $ cd examples/multitenancy/wordpress/
3030
31314. Install KubePlus Operator:
32-    $ helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-3.0.43 .tgz?raw=true" -n $KUBEPLUS_NS --kubeconfig=kubeplus-saas-provider.json
32+    $ helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-3.0.44 .tgz?raw=true" -n $KUBEPLUS_NS --kubeconfig=kubeplus-saas-provider.json
3333
34345. Extract consumer kubeconfig:
3535   $ kubectl retrieve kubeconfig consumer $KUBEPLUS_NS -s $apiserver > consumer.conf
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ $ apiserver=`kubectl config view --minify -o jsonpath='{.clusters[0].cluster.ser
3131$ python3 provider-kubeconfig.py -s $apiserver create $KUBEPLUS_NS
3232$ cp kubeplus-saas-provider.json examples/multitenancy/hello-world/provider.conf
3333$ cd examples/multitenancy/hello-world/
34- $ helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-3.0.43 .tgz?raw=true" -n $KUBEPLUS_NS --kubeconfig=provider.conf
34+ $ helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-3.0.44 .tgz?raw=true" -n $KUBEPLUS_NS --kubeconfig=provider.conf
3535$ kubectl get pods (wait till kubeplus pod is Running)
3636
3737
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Install KubePlus:
1313$ KUBEPLUS_NS=default
1414$ python ../../../provider-kubeconfig.py create $KUBEPLUS_NS
1515$ cp kubeplus-saas-provider.json provider.conf
16- $ helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-3.0.43 .tgz?raw=true" -n $KUBEPLUS_NS --kubeconfig=provider.conf
16+ $ helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-3.0.44 .tgz?raw=true" -n $KUBEPLUS_NS --kubeconfig=provider.conf
1717$ until kubectl get pods -A | grep kubeplus | grep Running; do echo "Waiting for KubePlus to start.."; sleep 1; done
1818
1919
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Platform Engineering team
2929       $ python ../../../provider-kubeconfig.py create default -s $server
3030   - Install KubePlus
3131
32-      $ helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-3.0.43 .tgz?raw=true" --kubeconfig=kubeplus-saas-provider.json 
32+      $ helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-3.0.44 .tgz?raw=true" --kubeconfig=kubeplus-saas-provider.json 
3333   - Wait till KubePlus Pod is Running
3434     $ kubectl get pods -A
3535
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments