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
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>]
The text was updated successfully, but these errors were encountered:
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.
Describe the bug
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
kubectl get seldondeployment -n <yourmodelnamespace> <seldondepname> -o yaml | grep image:
where<yourmodelnamespace>
]kubectl logs -n <yourmodelnamespace> <seldonpodname> <container>
]The text was updated successfully, but these errors were encountered: