-
Notifications
You must be signed in to change notification settings - Fork 43
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
Error launching "jx admin log" #290
Comments
Can you paste the output of Also do u have kubeconfig env variable pointing to ur local kubeconfig file? |
I also came up against this issue. To follow on from the above, this is the result that running kubectl get ns returned The full user section of the config at this point showed:
After setting the AWS_PROFILE in my env and re-running For completeness: was trying to run a '1.21' cluster version and was also running on Ubuntu - though WSL. Can specify more of the steps I took to get this issue if needs be as the issue seems fairly repeatable for me. |
I think the issue is related to #288 |
I can confirm I had changed the AWS profile to be a named profile, not my default one, same as in #288. |
This should be fixed now, closing. |
Summary
JX setup succeeds up to the
jx admin log
command, which returns an error.Steps to reproduce the behavior
terraform init
,terraform plan
andterraform apply
jx admin log
Expected behavior
Jenkins X installation logs tailed
Actual behavior
The following error is returned:
error: failed to find the git operator namespace: failed to find Deployment jx-git-operator in namespace jx: Unauthorized
Terraform version
The output of
terraform version
is:Terraform v1.0.3
on linux_amd64
Module version
1.15.38
Operating system
Ubuntu
The text was updated successfully, but these errors were encountered: