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
igc pipeline --tekton does not work with IKS+KNATIVE setup
➜ springboot-tekton01 git:(master) igc pipeline --tekton
Getting git parameters
Project git repo: https://github.com/mjperrins/springboot-tekton01.git
? Provide the username: mjperrins
? Provide your password/personal access token: [hidden]
? Provide the branch the pipeline should use: master
Setting up undefined namespace
Creating pipeline service account
Error registering pipeline: Command failed: oc adm policy add-scc-to-user privileged -z pipeline -n undefined
error: No Auth Provider found for name "oidc"
The text was updated successfully, but these errors were encountered:
@seansund tbe problem is trying to run “oc adm” for iks
Also the latest version of tekton on OCP4 already comes with the service account “pipeline” configured we should detect and skip the config
igc pipeline --tekton does not work with IKS+KNATIVE setup
The text was updated successfully, but these errors were encountered: