Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Kubernetes deployment fails if no_proxy contains * #105

Closed
whbruce opened this issue Feb 23, 2022 · 1 comment
Closed

Kubernetes deployment fails if no_proxy contains * #105

whbruce opened this issue Feb 23, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@whbruce
Copy link

whbruce commented Feb 23, 2022

If deployment will fails as follows:

$ pipeline-server-worker/deploy.sh
Adding proxy settings to /home/whbruce/dlstreamer-pipeline-server/samples/kubernetes/pipeline-server-worker/pipeline-server.yaml
Using /home/whbruce/dlstreamer-pipeline-server/samples/kubernetes/pipeline-server-worker/pipeline-server.yaml to deploy pipeline server
error: error parsing /home/whbruce/dlstreamer-pipeline-server/samples/kubernetes/pipeline-server-worker/pipeline-server.yaml: error converting YAML to JSON: yaml: line 31: did not find expected alphabetic or numeric character 

You likely have a * in your no_proxy setting which cases the follwing entry in pipeline-server.yaml

        - name: no_proxy
          value: *.mycorp.com,127.0.0.1,localhost 

To fix remove * from no_proxy environment variable and re-build and re-deploy.

@whbruce whbruce added the bug Something isn't working label Feb 23, 2022
@whbruce
Copy link
Author

whbruce commented Oct 24, 2022

Fixed in 2022.2.0 (v1.0)

@whbruce whbruce closed this as completed Oct 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant