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
{{ message }}
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.
@simonswine
I was wondering if you might offer some guidance on getting this working against version 1.5 of kubernetes, now that PetSet has been renamed StatefulSet.
Things like the api call needing to change to /apis/apps/v1beta1/namespaces/{namespace}/statefulsets are obvious, but are there other things to consider for getting the pre-stop-hook.sh script working under version 1.5.
Also, if I were to use this against a v5.x of ElasticSearch, are there any other specific modifications that you think are necessary?
Thanks.
The text was updated successfully, but these errors were encountered:
@simonswine
I was wondering if you might offer some guidance on getting this working against version 1.5 of kubernetes, now that PetSet has been renamed StatefulSet.
Things like the api call needing to change to
/apis/apps/v1beta1/namespaces/{namespace}/statefulsets
are obvious, but are there other things to consider for getting thepre-stop-hook.sh
script working under version 1.5.Also, if I were to use this against a v5.x of ElasticSearch, are there any other specific modifications that you think are necessary?
Thanks.
The text was updated successfully, but these errors were encountered: