Bill Wang
Bill Wang
I do ensure the `objectName` matches the alias value, I can successfully create the secrets when the alias name is `secretalias` but if change to others, I can't.
no, i moved on with aws sam.
Nice jobs, if need any tests with Plus, let me know.
> > pending on Web Store reviews > > Please explain So the reason why we use OpenAI/ChatGPT, not Google now, because it gives the answer directly. You should do...
fixed with below commands, ### To AWS Developers who maintain the CloudWatch Agent: please make sure, when install CloudWatch Agent, it sets ACL on the related folder , subfolders and...
Thanks. @mangirdaz Need adjust openssl source path on mac. ``` sudo mv /opt/vagrant/embedded/bin/openssl /opt/vagrant/embedded/bin/openssl.orig sudo ln -sf /usr/bin/openssl /opt/vagrant/embedded/bin/openssl ```
the task `Enable and check K3s service` is to restart / enable `k3s-node` service in nodes ``` - name: Enable and check K3s service systemd: name: k3s-node daemon_reload: yes state:...
If you follow the document, run below command, and set host file to `inventory/my-cluster/hosts.ini`, you shouldn't see this error. This ticket could be closed. ``` cp -R inventory/sample inventory/my-cluster ```
the latest image has been reduced to 1GB ``` mcr.microsoft.com/azure-cli latest cb37d43fe470 5 weeks ago 1GB ``` But still not enough. @hholst80 can you confirm with latest version 2.51.0, if...
> > The reason why it is so big, because, `azure_cli` keeps all version of codes for each component. > > For example, for `az network`, it keeps 33 copes...