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

skupper cli on macos #1680

Open
pwright opened this issue Sep 24, 2024 · 2 comments
Open

skupper cli on macos #1680

pwright opened this issue Sep 24, 2024 · 2 comments

Comments

@pwright
Copy link
Member

pwright commented Sep 24, 2024

Describe the bug
things seem to work a bit weirdly on macos

How To Reproduce
skupper init

Expected behavior
same output as linux

Environment details

  • Skupper CLI: 1.8.1
  • Skupper Operator (if applicable): [e.g. 1.5.0, 1.4.3]
  • Platform: minikube

Additional context
On linux:

paulwright@fin-p1n:~$ skupper version
client version                 1.8.1
transport version              not-found
controller version             not-found
config-sync version            not-found
flow-collector version         not-found
paulwright@fin-p1n:~$ kubectl get pods
No resources found in default namespace.
paulwright@fin-p1n:~$ skupper init --ingress none
Waiting for status...
Skupper is now installed in namespace 'default'.  Use 'skupper status' to get more information.
paulwright@fin-p1n:~$ skupper status
Skupper is enabled for namespace "default". It is not connected to any other sites. It has no exposed services.

on mac:

paulwright@macmini repos % skupper version                  
client version                 1.8.1
transport version              not-found
controller version             not-found
config-sync version            not-found
flow-collector version         not-found
paulwright@macmini repos % kubectl get pods
No resources found in default namespace.
paulwright@macmini repos % skupper init --ingress none
Waiting for status...
Skupper status is not loaded yet.
Skupper is now installed in namespace 'default'.  Use 'skupper status' to get more information.
paulwright@macmini repos % skupper status
Status pending...

The pending status never clears even tho the site seems to work fine.
eg Also tried with ingress and was able to create tokens

@pwright pwright changed the title skupper on macos skupper cli on macos Sep 24, 2024
@pwright
Copy link
Member Author

pwright commented Sep 24, 2024

Works fine with openshift as the target cluster

@pwright
Copy link
Member Author

pwright commented Sep 25, 2024

Also works fine with a kind cluster, so the problem seems to be minikube specific

https://drive.google.com/file/d/1Qp41e7Yuexu37WzqvYUkw44w6oROVZ6r/view?usp=sharing

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

1 participant