kubectl create secret generic regcred --from-file=.dockerconfigjson=/Users/sergejkrasnoluckij/frontWorks/front/config.json --type=kubernetes.io/dockerconfigjson
error: yaml: mapping values are not allowed in this context
Не подскажет никто?
Может тупые вопросы задаю, просто первый раз куб трогаю
Подозреваю, что у Вас ошибки в синтаксисе ямлов.
kubectl create secret docker-registry regcred --docker-server='https://index.docker.io/v1/' --docker-username='<username>' --docker-password='<password>' --docker-email='<email>' --dry-run=client -o yaml
Обсуждают сегодня