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
added support to install kubectl if it does not exist in the runtime. This can be disabled by setting install_required_binaries to false (#287) (93eb6a0)
added the ability to specify an existing image pull secret for pulling the agent images. This can be achieved using new inputs: global_image_pull_secrets, agent_image_pull_secrets, cluster_shield_image_pull_secrets (#301) (c048221)