We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
initContainer which is used to setup keystore, doesn't have the QOS/resources.
What did you do? I tried attaching secrets into pod,
secureSettings: - secretName: gcs-bucket-credentials
and then operator creates Statefulset with initContainer (elastic-internal-init-keystore). QOS/resources is not set for initContainer.
elastic-internal-init-keystore
What did you expect to see? Operator should set QOS for elastic-internal-init-keystore, like it does for elastic-internal-init-filesystem
elastic-internal-init-filesystem
What did you see instead? Under which circumstances? QOS not set on elastic-internal-init-keystore
Environment GKE v1.14.10-gke.36
v1.14.10-gke.36
ECK version: 1.1.0
Kubernetes information:
insert any information about your Kubernetes environment that could help us:
for each of them please give us the version you are using
kubectl version Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.2", GitCommit:"52c56ce7a8272c798dbc29846288d7cd9fbae032", GitTreeState:"clean", BuildDate:"2020-04-16T23:35:15Z", GoVersion:"go1.14.2", Compiler:"gc", Platform:"darwin/amd64"} Server Version: version.Info{Major:"1", Minor:"14+", GitVersion:"v1.14.10-gke.42", GitCommit:"42bef28c2031a74fc68840fce56834ff7ea08518", GitTreeState:"clean", BuildDate:"2020-06-02T16:07:00Z", GoVersion:"go1.12.12b4", Compiler:"gc", Platform:"linux/amd64"}
The text was updated successfully, but these errors were encountered:
Duplicates of #2660 resolved by #3193.
This has been landed in the new version 1.2.0.
Sorry, something went wrong.
No branches or pull requests
initContainer which is used to setup keystore, doesn't have the QOS/resources.
What did you do?
I tried attaching secrets into pod,
and then operator creates Statefulset with initContainer (
elastic-internal-init-keystore
). QOS/resources is not set for initContainer.What did you expect to see?
Operator should set QOS for
elastic-internal-init-keystore
, like it does forelastic-internal-init-filesystem
What did you see instead? Under which circumstances?
QOS not set on
elastic-internal-init-keystore
Environment
GKE
v1.14.10-gke.36
ECK version:
1.1.0
Kubernetes information:
insert any information about your Kubernetes environment that could help us:
for each of them please give us the version you are using
The text was updated successfully, but these errors were encountered: