Addons: function "required" not defined #1806
Labels
kind/bug
Categorizes issue or PR as related to a bug.
sig/cluster-management
Denotes a PR or issue as being assigned to SIG Cluster Management.
What happened:
The addons use a function called
required
to check whether required parameters/credentials are provided. However, this function doesn't seemto be working as intended:What is the expected behavior:
I should see the string provided to the
required
function rather than the error above.How to reproduce the issue:
Specify an embedded addon that requires some parameter or credential without providing them. For example try to install the
backups-restic
addon without specifying any parameters.Anything else we need to know?
The
required
function was added in #1618 as a fix for #1555.Information about the environment:
KubeOne version (
kubeone version
): 1.3.3Operating system: alpine:3.15.0
Provider you're deploying cluster on: OpenStack
Operating system you're deploying on: Flatcar
The text was updated successfully, but these errors were encountered: