You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In the v1.0.2 we added validation for kind: configuration/image-registry
but we have duplicated entries in defaults
eg. k8s.gcr.io/etcd:3.4.3-0 and k8s.gcr.io/etcd:3.3.10
How to reproduce
Steps to reproduce the behavior:
execute epicli init ... --full
adjust config file
execute epicli apply ...
Expected behavior
Validation passed, cluster up and running :)
Config files
default, generated with --full option
Environment
probably on all
epicli version: [epicli --version]
Appeared during LTS deployment (v1.0.2)
Additional context
Add any other context about the problem here.
DoD checklist
Changelog
updated
not needed
COMPONENTS.md
updated
not needed
Schema
updated
not needed
Backport tasks
created
not needed
Documentation
added
updated
not needed
Feature has automated tests
Automated tests passed (QA pipelines)
apply
upgrade
backup/restore
Idempotency tested
All conversations in PR resolved
The text was updated successfully, but these errors were encountered:
Describe the bug
In the v1.0.2 we added validation for
kind: configuration/image-registry
but we have duplicated entries in defaults
eg.
k8s.gcr.io/etcd:3.4.3-0
andk8s.gcr.io/etcd:3.3.10
How to reproduce
Steps to reproduce the behavior:
epicli init ... --full
epicli apply ...
Expected behavior
Validation passed, cluster up and running :)
Config files
default, generated with
--full
optionEnvironment
epicli version: [
epicli --version
]Appeared during LTS deployment (v1.0.2)
Additional context
Add any other context about the problem here.
DoD checklist
The text was updated successfully, but these errors were encountered: