Open chaudhryfaisal opened 3 years ago
This issue/PR has been automatically marked as stale because it has not had activity (commit/comment/label) for 60 days. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
This repository uses an automated workflow to automatically label issues which have not had any activity (commit/comment/label) for 60 days. This helps us manage the community issues better. If the issue is still relevant, please add a comment to the issue so the workflow can remove the label and we know it is still valid. If it is no longer relevant (or possibly fixed in the latest release), the workflow will automatically close the issue in 14 days. Thank you for your contributions.
RKE version: 1.2.3
Docker version: (
docker version
,docker info
preferred)Operating system and kernel: (
cat /etc/os-release
,uname -r
preferred)Type/provider of hosts: (VirtualBox/Bare-metal/AWS/GCE/DO) Azure cluster.yml file:
Steps to Reproduce:
rke up
Results:
rke-tools seems to always try to login using
aadClientId
andaadClientSecret
however whenaadClientSecret
is not provided anduseManagedIdentityExtension
is set totrue
then it should use MSI identity to login for az clirke up logs
suspected root cause from kubelet, kube-controller-manager and kube-apiserver container logs
proposed fix https://github.com/rancher/rke-tools/pull/116