davidjumani opened a new pull request, #7147:
URL: https://github.com/apache/cloudstack/pull/7147

   ### Description
   
   Fixes https://github.com/apache/cloudstack/issues/6987
   When a CKS cluster is created in a project, the project-id is now passed as 
part of the cloud-config used in the cloud provider
   
   ### Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [x] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   #### Bug Severity
   
   - [ ] BLOCKER
   - [ ] Critical
   - [ ] Major
   - [x] Minor
   - [ ] Trivial
   
   
   ### Screenshots (if appropriate):
   
   When a cluster is created in a project
   
   ```
   kubectl --kubeconfig kube.conf get secrets -n kube-system cloudstack-secret 
-o json | jq '.data."cloud-config"' | tr -d '"' | base64 -d
   [Global]
   api-url = http://xxxxxxxxx:8080/client/api
   api-key = xxxxxxxxxxxxxxx
   secret-key = xxxxxxxxxxxxxxxxxxxxx
   project-id = xxxxxxxxxxxxxxxxx
   
   
   kubectl --kubeconfig kube.conf -n ingress-nginx get services -o wide -w 
ingress-nginx-controller
   NAME                       TYPE           CLUSTER-IP     EXTERNAL-IP   
PORT(S)                      AGE     SELECTOR
   ingress-nginx-controller   LoadBalancer   10.99.51.184   xxxxxxxxxx   
80:31379/TCP,443:31074/TCP   6m20s   
app.kubernetes.io/component=controller,app.kubernetes.io/instance=ingress-nginx,app.kubernetes.io/name=ingress-nginx
   ```
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to