Split CI manifests and user-facing examples #1663
Labels
kind/chore
Updating grunt tasks etc; no production code changes.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
Currently, some files in https://github.com/kubermatic/machine-controller/tree/main/examples are used for e2e tests and are also presented as user-facing examples in our README.
This causes problems because we tend to update examples to work for e2e tests, but that can break their compatibility with the latest released version (the
latest
tag points to the last release we published). This happened e.g. with the logging flags and results in invalid example files, as seen in #1655.We should split the manifests used for CI and presented as user-facing deployment method, since the user-facing ones should always work with the latest release, but the ones used by CI should work with the
main
branch HEAD.The text was updated successfully, but these errors were encountered: