zenml: [BUG]: zenml deploy is broken for Azure with seemingly hard-coded admin password
Contact Details [Optional]
No response
System Information
ZenML version: 0.30.0 Install path: /Users/fschulz/.pyenv/versions/3.10.8/lib/python3.10/site-packages/zenml Python version: 3.10.8 Platform information: {‘os’: ‘mac’, ‘mac_version’: ‘13.1’} Environment: native Integrations: [‘azure’, ‘github’]
What happened?
I setup a K8s cluster on Azure & configured kubectl to use it.
Then I ran zenml deploy
as described, including setting an admin password.
I used one generated from my password manager, but I get an error (see L28 in the log output below) that another password zWAzgYBnsULz
has been set. This is not the password I entered, however.
The deployment fails subsequently.
Here is the log file: zenml-deploy-destroy-error.log
Reproduction steps
I followed the advice on the website: https://docs.zenml.io/getting-started/deploying-zenml/cli#option-1-starting-from-scratch
- setup Azure AKS
- configure it in kubectl
- run
zenml deploy
- choose Azure as cloud provider
- enter admin credentials
- watch it fail
Relevant log output
No response
Code of Conduct
- I agree to follow this project’s Code of Conduct
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 15 (9 by maintainers)
@fschlz So sorry for that one - Your logs are very helpful. Let us assess this internally and we try to fix it asap.
In the meanwhile, you might want to just deploy manually using Docker or Helm. Hope thats good for a quick workaround!