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

Failed to install Camel-K in IKS #1687

Closed
JackJiaJJ opened this issue Sep 7, 2020 · 6 comments
Closed

Failed to install Camel-K in IKS #1687

JackJiaJJ opened this issue Sep 7, 2020 · 6 comments
Labels
kind/bug Something isn't working
Milestone

Comments

@JackJiaJJ
Copy link

JackJiaJJ commented Sep 7, 2020

I launched a k8s env in IBM Cloud (IKS), and I failed to install Camel-K, it prompted below error:

Error: cannot get command client: no Auth Provider found for name "oidc"

Below are the commands I executed:

[root@bamfvt3master1 ~]# kubectl get nodes
NAME STATUS ROLES AGE VERSION
10.38.109.116 Ready 3d2h v1.17.11+IKS
10.38.109.117 Ready 3d2h v1.17.11+IKS
10.38.109.126 Ready 3d2h v1.17.11+IKS

[root@bamfvt3master1 ~]# wget https://github.com/apache/camel-k/releases/download/v1.1.0/camel-k-client-1.1.0-linux-64bit.tar.gz

[root@bamfvt3master1 ~]# tar xvf camel-k-client-1.1.0-linux-64bit.tar.gz

[root@bamfvt3master1 ~]# cp kamel /usr/bin

[root@bamfvt3master1 ~]# kamel install
Error: cannot get command client: no Auth Provider found for name "oidc"

@nicolaferraro nicolaferraro added this to the 1.2.0 milestone Sep 7, 2020
@nicolaferraro
Copy link
Member

Seems similar to the issue happened with Azure #1138

@nicolaferraro nicolaferraro added the kind/bug Something isn't working label Sep 7, 2020
@JackJiaJJ
Copy link
Author

@nicolaferraro if there is any workaround ? thanks a lot !

@nicolaferraro
Copy link
Member

Technically support for oidc should be there (

_ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
). We need to investigate.

@nicolaferraro
Copy link
Member

It was added recently, we can backport the change to v1.1.1 which will be available next week.

@nicolaferraro nicolaferraro modified the milestones: 1.2.0, 1.1.1 Sep 8, 2020
@JackJiaJJ
Copy link
Author

That's so great ! thanks a lot ! @nicolaferraro

@nicolaferraro
Copy link
Member

Fixed by #1694

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants