Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Update gk-deploy #598

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update gk-deploy #598

wants to merge 1 commit into from

Conversation

eliezerchavez
Copy link

@eliezerchavez eliezerchavez commented Jun 16, 2019

kubectl -n storage get pod --no-headers --show-all --selector="heketi" | awk '{print $1}'
Error: unknown flag: --show-all

This issue doesn't allow the setup completes successfully.


This change is Reviewable

kubectl -n storage get pod --no-headers --show-all --selector="heketi" | awk '{print $1}'                                                                                    
Error: unknown flag: --show-all
@centos-ci
Copy link
Collaborator

Can one of the admins verify this patch?

@oruchreis
Copy link

oruchreis commented Aug 27, 2019

I created pods in a custom namespace other than default. So I've changed the line with "--all-namespaces". And I'm getting ip:port from endpoints because show-all is not supported anymore:

kubectl get endpoints --no-headers -o wide --all-namespaces | grep 'heketi ' | awk '{print $2}'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants