gluster / gluster-kubernetes

GlusterFS Native Storage Service for Kubernetes
Apache License 2.0
875 stars 389 forks source link

show-all deprecated in 1.13 #582

Open sskinnider opened 5 years ago

sskinnider commented 5 years ago

The gkdeploy script fails when installing on Kubernetes 1.14 because the show-all flag at the end of the script is deprecated.

Use "kubectl options" for a list of global command-line options (applies to all commands).

unknown flag: --show-all Failed to communicate with heketi service.

Removing the show-all flag does nopt seem to have any adverse affects on the deployment.