string slice flag is not assigned #102621
Labels
area/provider/gcp
Issues or PRs related to gcp provider
area/test
kind/bug
Categorizes issue or PR as related to a bug.
sig/cloud-provider
Categorizes an issue or PR as relevant to SIG Cloud Provider.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
What happened:
flags.Var(cliflag.NewStringSlice(&cloudConfig.Zones), "gce-zones", "")
,&cloudConfig.Zones
is not assignedWhat you expected to happen:
&cloudConfig.Zones
is assignedHow to reproduce it (as minimally and precisely as possible):
Use
cliflag.NewStringSlice
to parse the command line parametersAnything else we need to know?:
I am preparing to merge pr to solve this problem
Environment:
kubectl version
): N/Acat /etc/os-release
): N/Auname -a
): N/AThe text was updated successfully, but these errors were encountered: