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

Tekton CLI (tkn) with MicroK8s on MacOS : how ? #1662

Closed
didier-durand opened this issue Oct 20, 2020 · 3 comments
Closed

Tekton CLI (tkn) with MicroK8s on MacOS : how ? #1662

didier-durand opened this issue Oct 20, 2020 · 3 comments
Labels

Comments

@didier-durand
Copy link
Contributor

Hi there,

We use Tekton and its CLI for some CI/CD: it works fine for us on GKE, EKS.

We'd like also to use it now on dev laptops with MicroK8s
But, 'microk8s --help' (see below) tends to demonstrate that microk8s wraps standard K8s CLI : kubectl, istioctl, etc.

Does it mean that I have no chance to get standard tkn cli working on MacOs?

Unsuccessful trials until now in using 'microk8s kubectl config view --raw > "kube-config"' and using the generated kube-config-file as input to the --kubeconfig of tkn cli.

Thanks in advance for your feedback.

Didier

@ktsakalozos
Copy link
Member

Hi @didier-durand

The API server is listening on port 16443 on all interfaces so on a Mac you will need to change the endpoint IP you get with microk8s kubectl config view --raw to the IP of the VM running MicroK8s. Alternatively you can use microk8s config to get the kubeconfig file.

@didier-durand
Copy link
Contributor Author

@ktsakalozos : Konstantinos, config view to obtain the kubeconfig file seems promising. I'll try it and report back here. Didier

@stale
Copy link

stale bot commented Sep 17, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the inactive label Sep 17, 2021
@stale stale bot closed this as completed Oct 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants