Skip to content
New issue

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

helm install results in wrong configmap #2528

Closed
Marcus-Rosti opened this issue Oct 6, 2020 · 3 comments
Closed

helm install results in wrong configmap #2528

Marcus-Rosti opened this issue Oct 6, 2020 · 3 comments
Assignees
Labels
Projects
Milestone

Comments

@Marcus-Rosti
Copy link
Contributor

Describe the bug

$ kubectl describe configmap seldon-config
----
	"MLFLOW_SERVER": {
		"rest": {
			"image": "seldonio/mlflowserver_rest",
			"defaultImageVersion": "1.3.0"
		},
		"grpc": {
			"image": "seldonio/mlflowserver_grpc",
			"defaultImageVersion": "1.3.0"
		}
	}  <---- THERE'S NO COMMA HERE so it can't parse the json
	"TRITON_SERVER": {
		"rest": {
			"image": "nvcr.io/nvidia/tritonserver",
			"defaultImageVersion": "1.3.0"
		},
		"grpc": {
			"image": "nvcr.io/nvidia/tritonserver",
			"defaultImageVersion": "1.3.0"
		}
	}
}

results in a config map that's missing a comma

To reproduce

Expected behaviour

Installs with a configmap that includes this comma

Environment

using kubernetes
seldon tag v1.3.0 with the default values.yaml

Model Details

  • Images of your model: [Output of: kubectl get seldondeployment -n <yourmodelnamespace> <seldondepname> -o yaml | grep image: where <yourmodelnamespace>]
  • Logs of your model: [You can get the logs of your model by running kubectl logs -n <yourmodelnamespace> <seldonpodname> <container>]
@Marcus-Rosti Marcus-Rosti added bug triage Needs to be triaged and prioritised accordingly labels Oct 6, 2020
@ukclivecox ukclivecox removed the triage Needs to be triaged and prioritised accordingly label Oct 6, 2020
@ukclivecox ukclivecox self-assigned this Oct 6, 2020
@ukclivecox ukclivecox added this to To do in 1.4 via automation Oct 6, 2020
@ukclivecox ukclivecox added this to the 1.4 milestone Oct 6, 2020
@ukclivecox
Copy link
Contributor

This PR fixed the kustomize. #2527
This was via Helm not kustomize?
Can you try the latest Helm chart as we had to push a fix for the existing one to the helm repo.

@Marcus-Rosti
Copy link
Contributor Author

yes via helm on 1.3.0

helm upgrade  --install seldon-core seldon-core-operator --repo https://storage.googleapis.com/seldon-charts --namespace seldon-system -f seldon/values.yaml

I can give the it a try by cloning the repo and trying 1.3.0 vs latest

@axsaucedo axsaucedo added this to To do in 1.5 via automation Oct 15, 2020
@axsaucedo axsaucedo removed this from To do in 1.4 Oct 15, 2020
@axsaucedo axsaucedo modified the milestones: 1.4, 1.5 Oct 15, 2020
@ukclivecox ukclivecox modified the milestones: 1.5, 1.6 Nov 30, 2020
@ukclivecox ukclivecox added this to To do in 1.6.0 via automation Nov 30, 2020
@ukclivecox ukclivecox removed this from To do in 1.5 Nov 30, 2020
@ukclivecox
Copy link
Contributor

This is fixed.

1.6.0 automation moved this from To do to Done Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
1.6.0
Done
Development

No branches or pull requests

3 participants