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

webhook service is binding to a priviliged controller #719

Closed
chmouel opened this issue Apr 4, 2019 · 1 comment
Closed

webhook service is binding to a priviliged controller #719

chmouel opened this issue Apr 4, 2019 · 1 comment
Assignees

Comments

@chmouel
Copy link
Member

chmouel commented Apr 4, 2019

Expected Behavior

Under OpenShift which does not allow by default to run pods as user the webcontroller is crashing due of this error message :

{"level":"error","logger":"webhook","caller":"webhook/webhook.go:321","msg":"ListenAndServeTLS for admission webhook returned error","knative.dev/controller":"webhook","error":"listen tcp :443: bind: permission denied","stacktrace":"github.com/knative/build-pipeline/vendor/github.com/knative/pkg/webhook.(*AdmissionController).Run.func1\n\t/usr/local/google/home/jasonhall/go/src/github.com/knative/build-pipeline/vendor/github.com/knative/pkg/webhook/webhook.go:321"}

Actual Behavior

Install tekton onto openshift

Additional Info

  1. Tekton 0.2 release
  2. OpenShift 4 latest installed onto AWS
@vdemeester
Copy link
Member

/assign @chmouel

chmouel added a commit to chmouel/tektoncd-pipeline that referenced this issue Apr 4, 2019
Running a server on 443 with a non priliged user would fail to start it.

Fixes issue tektoncd#719
chmouel added a commit to chmouel/tektoncd-pipeline that referenced this issue Apr 4, 2019
Running a server on 443 with a non priliged user would fail to start it.

Fixes tektoncd#719
tekton-robot pushed a commit that referenced this issue Apr 4, 2019
Running a server on 443 with a non priliged user would fail to start it.

Fixes #719
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants