WARNING: Jenkins X version 2.x is unmaintained. Do not use it.
Please refer to the v3 documentation for the latest supported version.
jx create addon
list of jx commands
jx create addon
Creates an addon
Synopsis
Creates an addon
jx create addon [flags]
Options
--helm-update Should we run helm update first to ensure we use the latest version (default true)
-h, --help help for addon
-n, --namespace string The Namespace to install into (default "jx")
-r, --release string The chart release name
-s, --set string The chart set values (can specify multiple or separate values with commas: key1=val1,key2=val2)
-f, --values stringArray List of locations for values files, can be local files or URLs
-v, --version string The chart version to install)
Options inherited from parent commands
-b, --batch-mode Runs in batch mode without prompting for user input
--verbose Enables verbose output. The environment variable JX_LOG_LEVEL has precedence over this flag and allows setting the logging level to any value of: panic, fatal, error, warn, info, debug, trace
SEE ALSO
- jx create - Create a new resource
- jx create addon ambassador - Create an ambassador addon
- jx create addon anchore - Create the Anchore addon for verifying container images
- jx create addon environment - Create an Environment Controller to handle webhooks and promote changes from GitOps
- jx create addon flagger - Create the Flagger addon for Canary deployments
- jx create addon gitea - Create a Gitea addon for hosting Git repositories
- jx create addon gloo - Create a Gloo and Knative Serve addon for creating serverless applications
- jx create addon ingress - Create an Ingress Controller to expose services outside of your remote Staging/Production cluster
- jx create addon istio - Create the Istio addon for service mesh
- jx create addon owasp-zap - Create the OWASP Zed Attack Proxy addon for dynamic security checks against running apps
- jx create addon pipeline-events - Create the pipeline events addon
- jx create addon prometheus - Creates a prometheus addon
- jx create addon prow - Create a Prow addon
Auto generated by spf13/cobra on 2-Sep-2020
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified September 2, 2020: updated jx commands & API docs from 2.1.138 (4fc0bedc90)