参考官方文档 https://github.com/GoogleContainerTools/kaniko#running-kaniko-in-a-kubernetes-cluster 在本地创建 config.json 文件,添加以下内容 { “credsStore”: “ecr-login” } 2. 使用上面的json文件创建 configmap ,如果你需要指定命名空间,加 -n kubectl create configmap docker-config –from-file=<path to config.json> kubectl create configmap docker-config –from-file=<path to config.json> -n argo 3. 生成本地的aws credentials 文件 4. 使用 credentials 文件创建 secret kubectl create secret generic aws-secret –from-file=<path to .aws/credentials> kubectl create secret generic aws-secret –from-file=<path to .aws/credentials> … Continue reading Kaniko push to AWS ECR
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed