Skip to content

Instantly share code, notes, and snippets.

@jtfogarty
Created October 9, 2018 18:15
Show Gist options
  • Save jtfogarty/0689a662ff98fdad84d6647e39225fa8 to your computer and use it in GitHub Desktop.
Save jtfogarty/0689a662ff98fdad84d6647e39225fa8 to your computer and use it in GitHub Desktop.
jenkins-x install
jeff at jtfMBP2 in ~
$ vi .jx/gitAuth.yaml
You have new mail in /var/mail/jeff
jeff at jtfMBP2 in ~
$ rm -f .jx/gitAuth.yaml
jeff at jtfMBP2 in ~
$ jx create env
? Name: jtfogarty
? Label: Jtfogarty
? Namespace: [? for help] (jx-jtfogarty)
error: interrupt
jeff at jtfMBP2 in ~
$ jx create env -n dev -l Devel --no-gitops -namespace dr-dev
? Namespace: [? for help] (jx-amespace)
error: interrupt
You have new mail in /var/mail/jeff
jeff at jtfMBP2 in ~
$ jx create env -n dev -l Devel --no-gitops --namespace dr-dev
error: Environment dev already exists!
jeff at jtfMBP2 in ~
$ jx env list
error: Invalid argument: list
Possible values: dev
jeff at jtfMBP2 in ~
$ jx list env
Error: unknown command "list" for "jx"
Did you mean this?
install
get
edit
start
stop
Run 'jx --help' for usage.
jeff at jtfMBP2 in ~
$ jx delete env -n dev
Deleted environment dev
jeff at jtfMBP2 in ~
$ jx create env -n dev -l Devel --no-gitops --namespace dr-dev
error: environments.jenkins.io "dev" is forbidden: unable to create new content in namespace jx because it is being terminated.
You have new mail in /var/mail/jeff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment