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
In the current command to copy Secret or ConfigMap, namespace option is used to provide the name of Source Namespace. I think it will be better to rename it to source-namespace similar to target-namespace.
After making the above propose change kube-sync command will look like following:
In the current command to copy Secret or ConfigMap,
namespace
option is used to provide the name of Source Namespace. I think it will be better to rename it tosource-namespace
similar totarget-namespace
.After making the above propose change
kube-sync
command will look like following:--namespace
option can be misunderstood with--namespace
option used inkubectl
commandThe text was updated successfully, but these errors were encountered: