After successful following the instruction and until it comes to the $(terraform output follow_install_logs) command.
>>> $(terraform output follow_install_logs)
WARNING: Unable to load managed plugins because customresourcedefinitions.apiextensions.k8s.io "plugins.jenkins.io" not found
Error: unknown command "admin" for "jx"
Run 'jx --help' for usage.
>>> k get ns
NAME STATUS AGE
default Active 39m
jx-git-operator Active 38m
kube-node-lease Active 39m
kube-public Active 39m
kube-system Active 39m
kuberhealthy Active 38m
But I also get this warnings for jx diagnose:
>>> jx diagnose
Running in namespace: default
WARNING: Failed to retrieve team settings: failed to setup the dev environment for namespace 'default': the server could not find the requested resource (post environments.jenkins.io) - falling back to default settings...
WARNING: Failed to find helm installs: running helm list --all --namespace default: failed to run 'helm list --all --namespace default' command in directory '', output: 'Error: could not find tiller'
Version 2.1.150
....
After successful following the instruction and until it comes to the
$(terraform output follow_install_logs)
command.But I also get this warnings for jx diagnose: