Move kubernetes.yaml within kubernetes/ dir#370
Conversation
ff69e85 to
ca12e11
Compare
ldevulder
left a comment
There was a problem hiding this comment.
So if I correctly understand the changes what we currently have now in config/kubernetes.yaml file will be moved in config/kubernetes/cluster.yaml?
@ldevulder yes. Do you think it could cause any issues (test failures or such)? Or are you asking out of curiosity? |
Mainly asking for me to be sure that I correctly understood the changes ;-). Some tests in openQA will fail yes because tey are using the "old" behavior, but I will fix them as soon as the PR is getting into openQA validation. |
File that previously resided under configuration directory as `kubernetes.yaml` has been moved to the `kubernetes` subdirectory of configuration directory and renamed to `cluster.yaml`. Code logic has been modified to expect the same.
|
Merging as the test failure is due to network issue and unrelated to the changes. |
File that previously resided under configuration directory as
kubernetes.yamlhas been moved to thekubernetessubdirectory ofconfiguration directory and renamed to
cluster.yaml. Code logic hasbeen modified to expect the same.