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 Apr 4, 2023. It is now read-only.
Trying to update replicas (using kubectl apply) after this fails because of rejection:
Forbidden: updates to nodepool for fields other than 'replicas' and 'persistence' are forbidden.
The reason for this is the serialization format of the memory field is 3584Mi from navigator, but the version controlled manifest (from which everything was initially created) has the value as 3.5Gi. Changing the version controlled manifest to 3584Mi for those fields allows for kubectl apply to succeed.
What you expected to happen:
Elasticsearch cluster changes are allowed when a nodepool member has a non whole number (in Gi) resource value.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Navigator 0.1.0 release
Environment:
Kubernetes version (use kubectl version): 1.9.6
Cloud provider or hardware configuration**: Azure
Install tools:
Others:
The text was updated successfully, but these errors were encountered:
Is this a BUG REPORT or FEATURE REQUEST?:
/kind bug
What happened:
A nodepool was created with resources
Trying to update replicas (using kubectl apply) after this fails because of rejection:
The reason for this is the serialization format of the memory field is
3584Mi
from navigator, but the version controlled manifest (from which everything was initially created) has the value as3.5Gi
. Changing the version controlled manifest to3584Mi
for those fields allows for kubectl apply to succeed.What you expected to happen:
Elasticsearch cluster changes are allowed when a nodepool member has a non whole number (in Gi) resource value.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Navigator 0.1.0 release
Environment:
kubectl version
): 1.9.6The text was updated successfully, but these errors were encountered: