jenkins-x / jx

Jenkins X provides automated CI+CD for Kubernetes with Preview Environments on Pull Requests using Cloud Native pipelines from Tekton
https://jenkins-x.io/
Apache License 2.0
4.57k stars 787 forks source link

Can't access the Jenkins console #7159

Closed zzguang520 closed 4 years ago

zzguang520 commented 4 years ago

Summary

I have installed jx for minikube,but open the Jenkins ui and input user and passwd, It prompts for an invalid username and password image

Steps to reproduce the behavior

jx install --provider=kubernetes --on-premise

Expected behavior

open Jenkins console

Actual behavior

Invalid username and password

Jx version

The output of jx version is:

NAME               VERSION
jx                 2.1.24
jenkins x platform 2.0.2203
Kubernetes cluster v1.13.4
kubectl            v1.13.4
helm client        2.12.2
git                2.18.4
Operating System   "Red Hat Enterprise Linux Workstation release 7.7 (Maipo)"

verifying packages

Kubernetes cluster

minikube

Operating system / Environment

Red Hat Enterprise Linux Workstation release 7.7 (Maipo)

Installation process

[root@oc2542575527 ~]# jx install --provider=kubernetes --on-premise --verbose
Command "install" is deprecated, it will be removed on Jun 1 2020. We now highly recommend you use jx boot instead. Please check https://jenkins-x.io/docs/getting-started/setup/boot/ for more details.
? Configured Jenkins installation type: Serverless Jenkins X Pipelines with Tekton
DEBUG: checking installation flags
DEBUG: unable to determine the dockerRegistryValue - provider=kubernetes, defaulting to in-cluster registry
DEBUG: flags after checking - &{ConfigFile: InstallOnly:false Domain: ExposeControllerURLTemplate: ExposeControllerPathMode: AzureRegistrySubscription: DockerRegistry: DockerRegistryOrg: Provider:kubernetes VersionsRepository:https://github.com/jenkins-x/jenkins-x-versions.git VersionsGitRef: Version: LocalHelmRepoName:releases Namespace:jx CloudEnvRepository:https://github.com/jenkins-x/cloud-environments NoDefaultEnvironments:false RemoteEnvironments:false DefaultEnvironmentPrefix:burnorchid LocalCloudEnvironment:false EnvironmentGitOwner: Timeout:6000 HelmTLS:false RegisterLocalHelmRepo:false CleanupTempFiles:true Prow:false DisableSetKubeContext:false Dir: Vault:false RecreateVaultBucket:true Tekton:false BuildPackName: Kaniko:false GitOpsMode:false NoGitOpsEnvApply:false NoGitOpsEnvRepo:false NoGitOpsEnvSetup:false NoGitOpsVault:false NextGeneration:false StaticJenkins:false LongTermStorage:false LongTermStorageBucketName:}
DEBUG: Setting the dev namespace to: jx
DEBUG: Using helmBinary helm with feature flag: template-mode
DEBUG: helm is already available on your PATH at /root/.jx/bin/helm
DEBUG: kubectl is already available on your PATH at /usr/bin/kubectl
DEBUG: helm is already available on your PATH at /root/.jx/bin/helm
Context "minikube" modified.
DEBUG: kubectl is already available on your PATH at /usr/bin/kubectl
DEBUG: helm is already available on your PATH at /root/.jx/bin/helm
DEBUG: Enabling helm template mode in the TeamSettings
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git config --get user.name
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git config --get user.email
Git configured for user: zzguang520 and email zzguang520@sina.com
DEBUG: Using helm2
DEBUG: Skipping tiller
DEBUG: Using helmBinary helm with feature flag: template-mode
DEBUG: Initialising Helm 'init --client-only'
Helm installed and configured
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git fetch origin master
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git checkout master
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git branch --set-upstream-to origin/master master
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git pull
existing ingress controller found, no need to install a new one
Waiting for external loadbalancer to be created and update the nginx-ingress-controller service in kube-system namespace
Using external IP: 192.168.1.156
You can now configure a wildcard DNS pointing to the new Load Balancer address 192.168.1.156
If you don't have a wildcard DNS setup then create a DNS (A) record and point it at: 192.168.1.156, then use the DNS domain in the next input...

If you do not have a custom domain setup yet, Ingress rules will be set for magic DNS nip.io.
Once you have a custom domain ready, you can update with the command jx upgrade ingress --cluster
? Domain 192.168.1.156.nip.io
nginx ingress controller installed and configured
DEBUG: Long Term Storage not supported by provider 'kubernetes', disabling this option
Set up a Git username and API token to be able to perform CI/CD
? Do you wish to use zzguang520 as the local Git user for github.com server: Yes
Select the CI/CD pipelines Git server and user
? Do you wish to use github.com as the pipelines Git server: Yes
Setting the pipelines Git server https://github.com and user name zzguang520.
DEBUG: Saving the Git authentication configuration
DEBUG: unable to determine the dockerRegistryValue - provider=kubernetes, defaulting to in-cluster registry
DEBUG: Current configuration dir: /root/.jx
DEBUG: VersionRepository: https://github.com/jenkins-x/jenkins-x-versions.git git ref: master
DEBUG: ? A local Jenkins X versions repository already exists, pulling the latest: Yes
DEBUG: JX_LOG_LEVEL=error LC_ALL=C git fetch https://github.com/jenkins-x/jenkins-x-versions.git --tags
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git fetch https://github.com/jenkins-x/jenkins-x-versions.git master
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git branch -r
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git checkout master
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git reset --hard FETCH_HEAD
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git fetch --tags
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git describe master --abbrev=0 --contains
DEBUG: Current configuration dir: /root/.jx
DEBUG: options.Flags.CloudEnvRepository: https://github.com/jenkins-x/cloud-environments
DEBUG: options.Flags.LocalCloudEnvironment: false
DEBUG: Cloning the Jenkins X cloud environments repo to /root/.jx/cloud-environments
? A local Jenkins X cloud environments repository already exists, recreating with latest: Yes
DEBUG: Current configuration dir: /root/.jx
DEBUG: options.Flags.CloudEnvRepository: https://github.com/jenkins-x/cloud-environments
DEBUG: options.Flags.LocalCloudEnvironment: false
DEBUG: Cloning the Jenkins X cloud environments repo to /root/.jx/cloud-environments
Enumerating objects: 1440, done.
Total 1440 (delta 0), reused 0 (delta 0), pack-reused 1440
DEBUG: Setting the dev namespace to: jx
DEBUG: No default password set, generating a random one
DEBUG: Generated helm values /root/.jx/extraValues.yaml
Updating Secret jx-install-config in namespace jx
DEBUG: Installing Jenkins X platform helm chart from: /root/.jx/cloud-environments/env-kubernetes
DEBUG: getting vault name for namespace jx
DEBUG: system vault name from config
DEBUG: Vault name generated: jx-vault-minikube
DEBUG: vault jx-vault-minikube not found in namespace jx, err is the server could not find the requested resource (get vaults.vault.banzaicloud.com jx-vault-minikube)
DEBUG: Setting the current namespace to: jx
? Defaulting workload build pack: Kubernetes Workloads: Automated CI+CD with GitOps Promotion
Setting the team build pack to kubernetes-workloads repo: https://github.com/jenkins-x-buildpacks/jenkins-x-kubernetes.git ref: master
Installing jx into namespace jx
DEBUG: using stable version 2.0.2203 from charts of jenkins-x/jenkins-x-platform from /root/.jx/jenkins-x-versions
Installing jenkins-x-platform version: 2.0.2203
DEBUG: Adding values file /root/.jx/cloud-environments/env-kubernetes/myvalues.yaml
DEBUG: Adding values file /root/.jx/adminSecrets.yaml
DEBUG: Adding values file /root/.jx/extraValues.yaml
DEBUG: Adding values file /root/.jx/cloud-environments/env-kubernetes/secrets.yaml
DEBUG: Current configuration dir: /root/.jx
DEBUG: VersionRepository: https://github.com/jenkins-x/jenkins-x-versions.git git ref: master
DEBUG: ? A local Jenkins X versions repository already exists, pulling the latest: Yes
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git fetch https://github.com/jenkins-x/jenkins-x-versions.git --tags
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git fetch https://github.com/jenkins-x/jenkins-x-versions.git master
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git branch -r
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git checkout master
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git reset --hard FETCH_HEAD
DEBUG: JX_LOG_LEVEL=error LC_ALL=C git fetch --tags
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git describe master --abbrev=0 --contains
DEBUG: getting vault name for namespace jx
DEBUG: system vault name from config
DEBUG: Vault name generated: jx-vault-minikube
DEBUG: vault jx-vault-minikube not found in namespace jx, err is the server could not find the requested resource (get vaults.vault.banzaicloud.com jx-vault-minikube)
DEBUG: Fetching chart: jenkins-x/jenkins-x-platform
DEBUG: Fetched chart jenkins-x/jenkins-x-platform to dir /tmp/helm-template-workdir-380350968/jenkins-x/chartFiles/jenkins-x-platform
DEBUG: Generating Chart Template 'template --name jenkins-x --namespace jx /tmp/helm-template-workdir-380350968/jenkins-x/chartFiles/jenkins-x-platform --output-dir /tmp/helm-template-workdir-380350968/jenkins-x/output --debug --values /tmp/values.yaml045468804 --values /tmp/values.yaml356159507 --values /tmp/values.yaml289961046 --values /tmp/values.yaml222177213'
DEBUG: Searching for yaml files from basedir /tmp/helm-template-workdir-380350968/jenkins-x/output
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/chartmuseum/templates/part0-deployment.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/chartmuseum/templates/part0-deployment.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/chartmuseum/templates/part0-deployment.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/chartmuseum/templates/part0-deployment.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/chartmuseum/templates/part0-pvc.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/chartmuseum/templates/part0-pvc.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/chartmuseum/templates/part0-pvc.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/chartmuseum/templates/part0-pvc.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/chartmuseum/templates/part0-secret.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/chartmuseum/templates/part0-secret.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/chartmuseum/templates/part0-secret.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/chartmuseum/templates/part0-secret.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/chartmuseum/templates/part0-service.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/chartmuseum/templates/part0-service.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/chartmuseum/templates/part0-service.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/chartmuseum/templates/part0-service.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/cleanup/templates/part0-job.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/cleanup/templates/part0-job.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/cleanup/templates/part0-job.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/cleanup/templates/part0-job.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/cleanup/templates/part0-role.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/cleanup/templates/part0-role.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/cleanup/templates/part0-role.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/cleanup/templates/part0-role.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/cleanup/templates/part0-rolebinding.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/cleanup/templates/part0-rolebinding.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/cleanup/templates/part0-rolebinding.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/cleanup/templates/part0-rolebinding.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/cleanup/templates/part0-serviceaccount.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/cleanup/templates/part0-serviceaccount.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/cleanup/templates/part0-serviceaccount.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/cleanup/templates/part0-serviceaccount.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/controllerrole/templates/part0-clusterrole.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/controllerrole/templates/part0-clusterrole.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/controllerrole/templates/part0-clusterrole.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/controllerrole/templates/part0-clusterrole.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/controllerrole/templates/part0-clusterrolebinding.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/controllerrole/templates/part0-clusterrolebinding.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/controllerrole/templates/part0-clusterrolebinding.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/controllerrole/templates/part0-clusterrolebinding.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/controllerrole/templates/part0-deployment.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/controllerrole/templates/part0-deployment.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/controllerrole/templates/part0-deployment.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/controllerrole/templates/part0-deployment.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/controllerrole/templates/part0-release.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/controllerrole/templates/part0-release.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/controllerrole/templates/part0-release.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/controllerrole/templates/part0-release.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/controllerrole/templates/part0-role.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/controllerrole/templates/part0-role.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/controllerrole/templates/part0-role.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/controllerrole/templates/part0-role.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/controllerrole/templates/part0-rolebinding.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/controllerrole/templates/part0-rolebinding.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/controllerrole/templates/part0-rolebinding.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/controllerrole/templates/part0-rolebinding.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/controllerrole/templates/part0-serviceaccount.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/controllerrole/templates/part0-serviceaccount.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/controllerrole/templates/part0-serviceaccount.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/controllerrole/templates/part0-serviceaccount.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/docker-registry/templates/part0-configmap.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/docker-registry/templates/part0-configmap.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/docker-registry/templates/part0-configmap.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/docker-registry/templates/part0-configmap.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/docker-registry/templates/part0-deployment.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/docker-registry/templates/part0-deployment.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/docker-registry/templates/part0-deployment.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/docker-registry/templates/part0-deployment.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/docker-registry/templates/part0-pvc.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/docker-registry/templates/part0-pvc.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/docker-registry/templates/part0-pvc.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/docker-registry/templates/part0-pvc.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/docker-registry/templates/part0-secret.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/docker-registry/templates/part0-secret.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/docker-registry/templates/part0-secret.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/docker-registry/templates/part0-secret.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/docker-registry/templates/part0-service.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/docker-registry/templates/part0-service.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/docker-registry/templates/part0-service.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/docker-registry/templates/part0-service.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/expose/templates/part0-configmap.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/expose/templates/part0-configmap.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/expose/templates/part0-configmap.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/expose/templates/part0-configmap.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/expose/templates/part0-job.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/expose/templates/part0-job.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/expose/templates/part0-job.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/expose/templates/part0-job.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/expose/templates/part0-role.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/expose/templates/part0-role.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/expose/templates/part0-role.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/expose/templates/part0-role.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/expose/templates/part0-rolebinding.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/expose/templates/part0-rolebinding.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/expose/templates/part0-rolebinding.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/expose/templates/part0-rolebinding.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/expose/templates/part0-serviceaccount.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/expose/templates/part0-serviceaccount.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/expose/templates/part0-serviceaccount.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/expose/templates/part0-serviceaccount.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcactivities/templates/part0-clusterrole.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcactivities/templates/part0-clusterrole.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcactivities/templates/part0-clusterrole.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcactivities/templates/part0-clusterrole.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcactivities/templates/part0-clusterrolebinding.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcactivities/templates/part0-clusterrolebinding.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcactivities/templates/part0-clusterrolebinding.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcactivities/templates/part0-clusterrolebinding.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcactivities/templates/part0-cronjob.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcactivities/templates/part0-cronjob.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcactivities/templates/part0-cronjob.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcactivities/templates/part0-cronjob.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcactivities/templates/part0-release.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcactivities/templates/part0-release.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcactivities/templates/part0-release.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcactivities/templates/part0-release.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcactivities/templates/part0-role.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcactivities/templates/part0-role.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcactivities/templates/part0-role.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcactivities/templates/part0-role.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcactivities/templates/part0-rolebinding.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcactivities/templates/part0-rolebinding.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcactivities/templates/part0-rolebinding.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcactivities/templates/part0-rolebinding.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcactivities/templates/part0-serviceaccount.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcactivities/templates/part0-serviceaccount.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcactivities/templates/part0-serviceaccount.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcactivities/templates/part0-serviceaccount.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpods/templates/part0-cronjob.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpods/templates/part0-cronjob.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpods/templates/part0-cronjob.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpods/templates/part0-cronjob.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpods/templates/part0-release.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpods/templates/part0-release.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpods/templates/part0-release.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpods/templates/part0-release.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpods/templates/part0-role.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpods/templates/part0-role.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpods/templates/part0-role.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpods/templates/part0-role.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpods/templates/part0-rolebinding.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpods/templates/part0-rolebinding.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpods/templates/part0-rolebinding.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpods/templates/part0-rolebinding.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpods/templates/part0-serviceaccount.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpods/templates/part0-serviceaccount.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpods/templates/part0-serviceaccount.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpods/templates/part0-serviceaccount.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpreviews/templates/part0-clusterrole.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpreviews/templates/part0-clusterrole.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpreviews/templates/part0-clusterrole.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpreviews/templates/part0-clusterrole.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpreviews/templates/part0-clusterrolebinding.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpreviews/templates/part0-clusterrolebinding.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpreviews/templates/part0-clusterrolebinding.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpreviews/templates/part0-clusterrolebinding.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpreviews/templates/part0-cronjob.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpreviews/templates/part0-cronjob.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpreviews/templates/part0-cronjob.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpreviews/templates/part0-cronjob.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpreviews/templates/part0-release.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpreviews/templates/part0-release.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpreviews/templates/part0-release.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpreviews/templates/part0-release.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpreviews/templates/part0-role.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpreviews/templates/part0-role.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpreviews/templates/part0-role.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpreviews/templates/part0-role.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpreviews/templates/part0-rolebinding.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpreviews/templates/part0-rolebinding.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpreviews/templates/part0-rolebinding.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpreviews/templates/part0-rolebinding.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpreviews/templates/part0-serviceaccount.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpreviews/templates/part0-serviceaccount.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpreviews/templates/part0-serviceaccount.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/gcpreviews/templates/part0-serviceaccount.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/heapster/templates/part0-deployment.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/heapster/templates/part0-deployment.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/heapster/templates/part0-deployment.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/heapster/templates/part0-deployment.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/heapster/templates/part0-heapster-crb.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/heapster/templates/part0-heapster-crb.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/heapster/templates/part0-heapster-crb.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/heapster/templates/part0-heapster-crb.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/heapster/templates/part0-pod-nanny-role.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/heapster/templates/part0-pod-nanny-role.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/heapster/templates/part0-pod-nanny-role.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/heapster/templates/part0-pod-nanny-role.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/heapster/templates/part0-pod-nanny-rolebinding.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/heapster/templates/part0-pod-nanny-rolebinding.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/heapster/templates/part0-pod-nanny-rolebinding.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/heapster/templates/part0-pod-nanny-rolebinding.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/heapster/templates/part0-service.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/heapster/templates/part0-service.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/heapster/templates/part0-service.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/heapster/templates/part0-service.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/heapster/templates/part0-serviceaccount.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/heapster/templates/part0-serviceaccount.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/heapster/templates/part0-serviceaccount.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/heapster/templates/part0-serviceaccount.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-config.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-config.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-config.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-config.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-home-pvc.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-home-pvc.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-home-pvc.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-home-pvc.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-jenkins-agent-svc.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-jenkins-agent-svc.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-jenkins-agent-svc.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-jenkins-agent-svc.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-jenkins-master-deployment.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-jenkins-master-deployment.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-jenkins-master-deployment.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-jenkins-master-deployment.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-jenkins-master-svc.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-jenkins-master-svc.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-jenkins-master-svc.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-jenkins-master-svc.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-jenkins-test.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-jenkins-test.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-jenkins-test.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-jenkins-test.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-jenkins-x-git-kinds-cm.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-jenkins-x-git-kinds-cm.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-jenkins-x-git-kinds-cm.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-jenkins-x-git-kinds-cm.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-pod-template-configs.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-pod-template-configs.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part1-pod-template-configs.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part1-pod-template-configs.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part3-pod-template-configs.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part3-pod-template-configs.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part7-pod-template-configs.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part7-pod-template-configs.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part15-pod-template-configs.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part15-pod-template-configs.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part31-pod-template-configs.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part31-pod-template-configs.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part63-pod-template-configs.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part63-pod-template-configs.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part127-pod-template-configs.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part127-pod-template-configs.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part255-pod-template-configs.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part255-pod-template-configs.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part511-pod-template-configs.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part511-pod-template-configs.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part1023-pod-template-configs.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part1023-pod-template-configs.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part2047-pod-template-configs.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part2047-pod-template-configs.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part4095-pod-template-configs.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part4095-pod-template-configs.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part8191-pod-template-configs.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part8191-pod-template-configs.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part16383-pod-template-configs.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part16383-pod-template-configs.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part32767-pod-template-configs.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part32767-pod-template-configs.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part65535-pod-template-configs.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part65535-pod-template-configs.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part131071-pod-template-configs.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part131071-pod-template-configs.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part262143-pod-template-configs.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part262143-pod-template-configs.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part524287-pod-template-configs.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part524287-pod-template-configs.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part1048575-pod-template-configs.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part1048575-pod-template-configs.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part2097151-pod-template-configs.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part2097151-pod-template-configs.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part4194303-pod-template-configs.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part4194303-pod-template-configs.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part8388607-pod-template-configs.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part8388607-pod-template-configs.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part16777215-pod-template-configs.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part16777215-pod-template-configs.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part33554431-pod-template-configs.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part33554431-pod-template-configs.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part67108863-pod-template-configs.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part67108863-pod-template-configs.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part134217727-pod-template-configs.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part134217727-pod-template-configs.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part268435455-pod-template-configs.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part268435455-pod-template-configs.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-pod-template-configs.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part1-pod-template-configs.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part3-pod-template-configs.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part7-pod-template-configs.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part15-pod-template-configs.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part31-pod-template-configs.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part63-pod-template-configs.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part127-pod-template-configs.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part255-pod-template-configs.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part511-pod-template-configs.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part1023-pod-template-configs.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part2047-pod-template-configs.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part4095-pod-template-configs.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part8191-pod-template-configs.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part16383-pod-template-configs.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part32767-pod-template-configs.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part65535-pod-template-configs.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part131071-pod-template-configs.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part262143-pod-template-configs.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part524287-pod-template-configs.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part1048575-pod-template-configs.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part2097151-pod-template-configs.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part4194303-pod-template-configs.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part8388607-pod-template-configs.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part16777215-pod-template-configs.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part33554431-pod-template-configs.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part67108863-pod-template-configs.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part134217727-pod-template-configs.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part268435455-pod-template-configs.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-pod-template-configs.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part1-pod-template-configs.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part3-pod-template-configs.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part7-pod-template-configs.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part15-pod-template-configs.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part31-pod-template-configs.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part63-pod-template-configs.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part127-pod-template-configs.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part255-pod-template-configs.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part511-pod-template-configs.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part1023-pod-template-configs.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part2047-pod-template-configs.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part4095-pod-template-configs.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part8191-pod-template-configs.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part16383-pod-template-configs.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part32767-pod-template-configs.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part65535-pod-template-configs.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part131071-pod-template-configs.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part262143-pod-template-configs.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part524287-pod-template-configs.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part1048575-pod-template-configs.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part2097151-pod-template-configs.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part4194303-pod-template-configs.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part8388607-pod-template-configs.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part16777215-pod-template-configs.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part33554431-pod-template-configs.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part67108863-pod-template-configs.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part134217727-pod-template-configs.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part268435455-pod-template-configs.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-rbac.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-rbac.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-rbac.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-rbac.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-secret.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-secret.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-secret.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-secret.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-service-account.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-service-account.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-service-account.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-service-account.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-test-config.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-test-config.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-test-config.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/jenkins/templates/part0-test-config.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/nexus/templates/part0-config.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/nexus/templates/part0-config.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/nexus/templates/part0-config.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/nexus/templates/part0-config.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/nexus/templates/part0-deployment.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/nexus/templates/part0-deployment.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/nexus/templates/part0-deployment.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/nexus/templates/part0-deployment.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/nexus/templates/part0-pvc.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/nexus/templates/part0-pvc.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/nexus/templates/part0-pvc.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/nexus/templates/part0-pvc.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/nexus/templates/part0-secret.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/nexus/templates/part0-secret.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/nexus/templates/part0-secret.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/nexus/templates/part0-secret.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/nexus/templates/part0-service.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/nexus/templates/part0-service.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/nexus/templates/part0-service.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/charts/nexus/templates/part0-service.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-buildpacks.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-buildpacks.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-buildpacks.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-buildpacks.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-committer-role.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-committer-role.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-committer-role.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-committer-role.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-docker-cfg-secret.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-docker-cfg-secret.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-docker-cfg-secret.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-docker-cfg-secret.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-jenkins-x-devpod-config.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-jenkins-x-devpod-config.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-jenkins-x-devpod-config.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-jenkins-x-devpod-config.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-jenkins-x-docker-registry.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-jenkins-x-docker-registry.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-jenkins-x-docker-registry.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-jenkins-x-docker-registry.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-jenkins-x-extensions-config.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-jenkins-x-extensions-config.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-jenkins-x-extensions-config.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-jenkins-x-extensions-config.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-jenkins-x-pod-templates.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-jenkins-x-pod-templates.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part1-jenkins-x-pod-templates.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part1-jenkins-x-pod-templates.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part3-jenkins-x-pod-templates.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part3-jenkins-x-pod-templates.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part7-jenkins-x-pod-templates.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part7-jenkins-x-pod-templates.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part15-jenkins-x-pod-templates.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part15-jenkins-x-pod-templates.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part31-jenkins-x-pod-templates.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part31-jenkins-x-pod-templates.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part63-jenkins-x-pod-templates.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part63-jenkins-x-pod-templates.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part127-jenkins-x-pod-templates.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part127-jenkins-x-pod-templates.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part255-jenkins-x-pod-templates.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part255-jenkins-x-pod-templates.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part511-jenkins-x-pod-templates.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part511-jenkins-x-pod-templates.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part1023-jenkins-x-pod-templates.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part1023-jenkins-x-pod-templates.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part2047-jenkins-x-pod-templates.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part2047-jenkins-x-pod-templates.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part4095-jenkins-x-pod-templates.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part4095-jenkins-x-pod-templates.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part8191-jenkins-x-pod-templates.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part8191-jenkins-x-pod-templates.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part16383-jenkins-x-pod-templates.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part16383-jenkins-x-pod-templates.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part32767-jenkins-x-pod-templates.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part32767-jenkins-x-pod-templates.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part65535-jenkins-x-pod-templates.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part65535-jenkins-x-pod-templates.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part131071-jenkins-x-pod-templates.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part131071-jenkins-x-pod-templates.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part262143-jenkins-x-pod-templates.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part262143-jenkins-x-pod-templates.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part524287-jenkins-x-pod-templates.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part524287-jenkins-x-pod-templates.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part1048575-jenkins-x-pod-templates.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part1048575-jenkins-x-pod-templates.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part2097151-jenkins-x-pod-templates.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part2097151-jenkins-x-pod-templates.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part4194303-jenkins-x-pod-templates.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part4194303-jenkins-x-pod-templates.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part8388607-jenkins-x-pod-templates.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part8388607-jenkins-x-pod-templates.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part16777215-jenkins-x-pod-templates.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part16777215-jenkins-x-pod-templates.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part33554431-jenkins-x-pod-templates.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part33554431-jenkins-x-pod-templates.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part67108863-jenkins-x-pod-templates.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part67108863-jenkins-x-pod-templates.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part134217727-jenkins-x-pod-templates.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part134217727-jenkins-x-pod-templates.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part268435455-jenkins-x-pod-templates.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part268435455-jenkins-x-pod-templates.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-jenkins-x-pod-templates.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part1-jenkins-x-pod-templates.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part3-jenkins-x-pod-templates.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part7-jenkins-x-pod-templates.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part15-jenkins-x-pod-templates.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part31-jenkins-x-pod-templates.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part63-jenkins-x-pod-templates.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part127-jenkins-x-pod-templates.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part255-jenkins-x-pod-templates.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part511-jenkins-x-pod-templates.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part1023-jenkins-x-pod-templates.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part2047-jenkins-x-pod-templates.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part4095-jenkins-x-pod-templates.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part8191-jenkins-x-pod-templates.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part16383-jenkins-x-pod-templates.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part32767-jenkins-x-pod-templates.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part65535-jenkins-x-pod-templates.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part131071-jenkins-x-pod-templates.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part262143-jenkins-x-pod-templates.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part524287-jenkins-x-pod-templates.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part1048575-jenkins-x-pod-templates.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part2097151-jenkins-x-pod-templates.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part4194303-jenkins-x-pod-templates.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part8388607-jenkins-x-pod-templates.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part16777215-jenkins-x-pod-templates.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part33554431-jenkins-x-pod-templates.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part67108863-jenkins-x-pod-templates.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part134217727-jenkins-x-pod-templates.yaml /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part268435455-jenkins-x-pod-templates.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-jenkins-x-pod-templates.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part1-jenkins-x-pod-templates.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part3-jenkins-x-pod-templates.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part7-jenkins-x-pod-templates.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part15-jenkins-x-pod-templates.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part31-jenkins-x-pod-templates.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part63-jenkins-x-pod-templates.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part127-jenkins-x-pod-templates.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part255-jenkins-x-pod-templates.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part511-jenkins-x-pod-templates.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part1023-jenkins-x-pod-templates.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part2047-jenkins-x-pod-templates.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part4095-jenkins-x-pod-templates.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part8191-jenkins-x-pod-templates.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part16383-jenkins-x-pod-templates.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part32767-jenkins-x-pod-templates.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part65535-jenkins-x-pod-templates.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part131071-jenkins-x-pod-templates.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part262143-jenkins-x-pod-templates.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part524287-jenkins-x-pod-templates.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part1048575-jenkins-x-pod-templates.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part2097151-jenkins-x-pod-templates.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part4194303-jenkins-x-pod-templates.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part8388607-jenkins-x-pod-templates.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part16777215-jenkins-x-pod-templates.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part33554431-jenkins-x-pod-templates.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part67108863-jenkins-x-pod-templates.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part134217727-jenkins-x-pod-templates.yaml
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part268435455-jenkins-x-pod-templates.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-jx-basic-auth-secret.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-jx-basic-auth-secret.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-jx-basic-auth-secret.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-jx-basic-auth-secret.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-jx-view-role.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-jx-view-role.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-jx-view-role.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-jx-view-role.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-maven-settings-secret.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-maven-settings-secret.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-maven-settings-secret.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-maven-settings-secret.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-npm-token-secret.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-npm-token-secret.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-npm-token-secret.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-npm-token-secret.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-owner-role.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-owner-role.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-owner-role.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-owner-role.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-release-gpg-secret.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-release-gpg-secret.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-release-gpg-secret.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-release-gpg-secret.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-ssh-config-secret.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-ssh-config-secret.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-ssh-config-secret.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-ssh-config-secret.yaml
DEBUG: creating file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-viewer-role.yaml
DEBUG: writing data to /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-viewer-role.yaml
DEBUG: part files list: [/tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-viewer-role.yaml]
DEBUG: processing part file: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx/jenkins-x-platform/templates/part0-viewer-role.yaml
DEBUG: Applying generated chart "jenkins-x" YAML via kubectl in dir: /tmp/helm-template-workdir-380350968/jenkins-x/output/namespaces/jx to namespace jx
DEBUG: deployment.extensions/jenkins-x-chartmuseum configured
persistentvolumeclaim/jenkins-x-chartmuseum unchanged
secret/jenkins-x-chartmuseum configured
service/jenkins-x-chartmuseum unchanged
role.rbac.authorization.k8s.io/cleanup unchanged
rolebinding.rbac.authorization.k8s.io/cleanup unchanged
serviceaccount/cleanup unchanged
clusterrole.rbac.authorization.k8s.io/controllerrole-jx unchanged
clusterrolebinding.rbac.authorization.k8s.io/controllerrole-jx unchanged
deployment.apps/jenkins-x-controllerrole unchanged
release.jenkins.io/controllerrole-2.1.24 configured
role.rbac.authorization.k8s.io/controllerrole unchanged
rolebinding.rbac.authorization.k8s.io/controllerrole unchanged
serviceaccount/jenkins-x-controllerrole unchanged
configmap/jenkins-x-docker-registry-config unchanged
deployment.extensions/jenkins-x-docker-registry unchanged
persistentvolumeclaim/jenkins-x-docker-registry unchanged
secret/jenkins-x-docker-registry-secret configured
service/jenkins-x-docker-registry unchanged
configmap/exposecontroller unchanged
role.rbac.authorization.k8s.io/expose unchanged
rolebinding.rbac.authorization.k8s.io/expose unchanged
serviceaccount/expose unchanged
clusterrole.rbac.authorization.k8s.io/gcactivities-jx unchanged
clusterrolebinding.rbac.authorization.k8s.io/gcactivities-jx unchanged
cronjob.batch/jenkins-x-gcactivities unchanged
release.jenkins.io/gcactivities-2.1.24 configured
role.rbac.authorization.k8s.io/gcactivities unchanged
rolebinding.rbac.authorization.k8s.io/gcactivities unchanged
serviceaccount/jenkins-x-gcactivities unchanged
cronjob.batch/jenkins-x-gcpods unchanged
release.jenkins.io/gcpods-2.1.24 configured
role.rbac.authorization.k8s.io/gcpods unchanged
rolebinding.rbac.authorization.k8s.io/gcpods unchanged
serviceaccount/jenkins-x-gcpods unchanged
clusterrole.rbac.authorization.k8s.io/gcpreviews-jx unchanged
clusterrolebinding.rbac.authorization.k8s.io/gcpreviews-jx unchanged
cronjob.batch/jenkins-x-gcpreviews unchanged
release.jenkins.io/gcpreviews-2.1.24 configured
role.rbac.authorization.k8s.io/gcpreviews unchanged
rolebinding.rbac.authorization.k8s.io/gcpreviews unchanged
serviceaccount/jenkins-x-gcpreviews unchanged
deployment.extensions/jenkins-x-heapster configured
clusterrolebinding.rbac.authorization.k8s.io/jenkins-x-heapster unchanged
role.rbac.authorization.k8s.io/jenkins-x-heapster-pod-nanny unchanged
rolebinding.rbac.authorization.k8s.io/jenkins-x-heapster-pod-nanny unchanged
service/heapster unchanged
serviceaccount/jenkins-x-heapster unchanged
configmap/jenkins unchanged
persistentvolumeclaim/jenkins unchanged
service/jenkins-agent unchanged
deployment.extensions/jenkins configured
service/jenkins unchanged
configmap/jenkins-x-git-kinds unchanged
configmap/jenkins-pod-xml-dlang unchanged
clusterrolebinding.rbac.authorization.k8s.io/jenkins-jx-role-binding unchanged
secret/jenkins configured
serviceaccount/jenkins unchanged
configmap/jenkins-tests unchanged
configmap/jenkins-pod-xml-dotnet unchanged
configmap/jenkins-pod-xml-maven-nodejs unchanged
configmap/jenkins-pod-xml-python37 unchanged
configmap/jenkins-pod-xml-maven unchanged
configmap/jenkins-pod-xml-promote unchanged
configmap/jenkins-pod-xml-php5x unchanged
configmap/jenkins-pod-xml-jx-base unchanged
configmap/jenkins-pod-xml-nodejs12x unchanged
configmap/jenkins-pod-xml-swift unchanged
configmap/jenkins-pod-xml-newman unchanged
configmap/jenkins-pod-xml-ruby unchanged
configmap/jenkins-pod-xml-maven-graalvm unchanged
configmap/jenkins-pod-xml-python unchanged
configmap/jenkins-pod-xml-php7x unchanged
configmap/jenkins-pod-xml-go unchanged
configmap/jenkins-pod-xml-machine-learning unchanged
configmap/jenkins-pod-xml-nodejs8x unchanged
configmap/jenkins-pod-xml-terraform unchanged
configmap/jenkins-pod-xml-nodejs unchanged
configmap/jenkins-pod-xml-rust unchanged
configmap/jenkins-pod-xml-maven-java11 unchanged
configmap/jenkins-pod-xml-python2 unchanged
configmap/jenkins-pod-xml-machine-learning-gpu unchanged
configmap/jenkins-pod-xml-packer unchanged
configmap/jenkins-pod-xml-aws-cdk unchanged
configmap/jenkins-pod-xml-gradle unchanged
configmap/jenkins-pod-xml-nodejs10x unchanged
configmap/jenkins-pod-xml-scala unchanged
configmap/nexus unchanged
deployment.apps/jenkins-x-nexus configured
persistentvolumeclaim/jenkins-x-nexus unchanged
secret/nexus configured
service/nexus unchanged
role.rbac.authorization.k8s.io/committer unchanged
secret/jenkins-docker-cfg unchanged
configmap/jenkins-x-devpod-config unchanged
configmap/jenkins-x-docker-registry configured
configmap/jenkins-x-extensions unchanged
configmap/jenkins-x-pod-template-dlang unchanged
secret/jx-basic-auth configured
role.rbac.authorization.k8s.io/jx-view unchanged
secret/jenkins-maven-settings configured
secret/jenkins-npm-token unchanged
role.rbac.authorization.k8s.io/owner unchanged
secret/jenkins-release-gpg unchanged
secret/jenkins-ssh-config unchanged
role.rbac.authorization.k8s.io/viewer unchanged
configmap/jenkins-x-pod-template-dotnet unchanged
configmap/jenkins-x-pod-template-maven-nodejs unchanged
configmap/jenkins-x-pod-template-python37 unchanged
configmap/jenkins-x-pod-template-maven unchanged
configmap/jenkins-x-pod-template-promote unchanged
configmap/jenkins-x-pod-template-php5x unchanged
configmap/jenkins-x-pod-template-jx-base unchanged
configmap/jenkins-x-pod-template-nodejs12x unchanged
configmap/jenkins-x-pod-template-swift unchanged
configmap/jenkins-x-pod-template-newman unchanged
configmap/jenkins-x-pod-template-ruby unchanged
configmap/jenkins-x-pod-template-maven-graalvm unchanged
configmap/jenkins-x-pod-template-python unchanged
configmap/jenkins-x-pod-template-php7x unchanged
configmap/jenkins-x-pod-template-go unchanged
configmap/jenkins-x-pod-template-machine-learning unchanged
configmap/jenkins-x-pod-template-nodejs8x unchanged
configmap/jenkins-x-pod-template-terraform unchanged
configmap/jenkins-x-pod-template-nodejs unchanged
configmap/jenkins-x-pod-template-rust unchanged
configmap/jenkins-x-pod-template-maven-java11 unchanged
configmap/jenkins-x-pod-template-python2 unchanged
configmap/jenkins-x-pod-template-machine-learning-gpu unchanged
configmap/jenkins-x-pod-template-packer unchanged
configmap/jenkins-x-pod-template-aws-cdk unchanged
configmap/jenkins-x-pod-template-gradle unchanged
configmap/jenkins-x-pod-template-nodejs10x unchanged
configmap/jenkins-x-pod-template-scala unchanged

DEBUG: Applying Helm hook post-upgrade YAML via kubectl in file: /tmp/helm-template-workdir-380350968/jenkins-x/helmHooks/jenkins-x-platform/charts/expose/templates/part0-job.yaml
DEBUG: job.batch/expose created
DEBUG: Waiting for helm post-upgrade hook Job expose to complete before removing it
DEBUG: Deleting helm hook sources from file: /tmp/helm-template-workdir-380350968/jenkins-x/helmHooks/jenkins-x-platform/charts/expose/templates/part0-job.yaml
DEBUG: job.batch "expose" deleted
DEBUG: Removing Kubernetes resources from older releases using selector: jenkins.io/chart-release=jenkins-x,jenkins.io/version!=2.0.2203 from pvc configmap release sa role rolebinding secret
DEBUG: Removing Kubernetes resources from older releases using selector: jenkins.io/chart-release=jenkins-x,jenkins.io/version!=2.0.2203,jenkins.io/namespace=jx from all clusterrole clusterrolebinding
WARNING: waiting for install to be ready, if this is the first time then it will take a while to download images
Jenkins X deployments ready in namespace jx
Configuring the TeamSettings for ImportMode Jenkinsfile
Configure Jenkins API Token
DEBUG: Finding service url for jenkins in namespace jx
DEBUG: Found service url http://jenkins.jx.192.168.1.156.nip.io
Generating the API token...
WARNING: Failed to log in via modern security realm: 500 Server Error
WARNING: failed to generate API token from REST API of server http://jenkins.jx.192.168.1.156.nip.io due to: logging in: cookies did not work; bad login or not using legacy security realm: 403 Forbidden
So unfortunately you will have to provide this by hand...
Please go to http://jenkins.jx.192.168.1.156.nip.io/me/configure and click Show API Token to get your API Token
Then COPY the token and enter in into the form below:
? API Token: *****(ioccx)
Created user admin API Token for Jenkins server jenkins.jx.192.168.1.156.nip.io at http://jenkins.jx.192.168.1.156.nip.io
DEBUG: Finding service url for jenkins in namespace jx
DEBUG: Found service url http://jenkins.jx.192.168.1.156.nip.io
Updating Jenkins with new external URL details http://jenkins.jx.192.168.1.156.nip.io
DEBUG: Finding service url for jenkins in namespace jx
DEBUG: Found service url http://jenkins.jx.192.168.1.156.nip.io
Creating default staging and production environments
? Select the organization where you want to create the environment repository:  [Use arrows to move, space to selec? Select the organization where you want to create the environment repository: zzguang520
Using Git provider github.com at https://github.com
? Using Git user name: zzguang520
DEBUG: About to create repository environment-burnorchid-staging on server https://github.com with user zzguang520
? Using organisation: zzguang520
Creating repository zzguang520/environment-burnorchid-staging
Creating Git repository zzguang520/environment-burnorchid-staging
DEBUG: repository owner for environment-burnorchid-staging is the authenticated user zzguang520, setting orgName to the empty string 'zzguang520'
DEBUG: creating private repository environment-burnorchid-staging with orgName ''
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git init
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git remote add origin https://github.com/jenkins-x/default-environment-charts.git
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git fetch origin master
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git reset --hard origin/master
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git branch --set-upstream-to origin/master master
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git remote add upstream https://github.com/jenkins-x/default-environment-charts.git
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git remote set-url origin https://zzguang520:7e9057786da998e1c0c97e2fc5c03089baee59e0@github.com/zzguang520/environment-burnorchid-staging.git
DEBUG: JX_LOG_LEVEL=error LC_ALL=C git add *
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git status -s
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git commit -m Use correct namespace for environment
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git add *
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git status -s
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git commit -m Add environment configuration
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git push origin master
Pushed Git repository to https://github.com/zzguang520/environment-burnorchid-staging

Creating staging Environment in namespace jx
Created environment staging
Namespace jx-staging created
DEBUG: Finding service url for jenkins in namespace jx
DEBUG: Found service url http://jenkins.jx.192.168.1.156.nip.io
Using Git provider github.com at https://github.com
? Using Git user name: zzguang520
DEBUG: About to create repository environment-burnorchid-production on server https://github.com with user zzguang520
? Using organisation: zzguang520
Creating repository zzguang520/environment-burnorchid-production
Creating Git repository zzguang520/environment-burnorchid-production
DEBUG: repository owner for environment-burnorchid-production is the authenticated user zzguang520, setting orgName to the empty string 'zzguang520'
DEBUG: creating private repository environment-burnorchid-production with orgName ''
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git init
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git remote add origin https://github.com/jenkins-x/default-environment-charts.git
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git fetch origin master
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git reset --hard origin/master
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git branch --set-upstream-to origin/master master
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git remote add upstream https://github.com/jenkins-x/default-environment-charts.git
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git remote set-url origin https://zzguang520:7e9057786da998e1c0c97e2fc5c03089baee59e0@github.com/zzguang520/environment-burnorchid-production.git
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git add *
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git status -s
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git commit -m Use correct namespace for environment
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git add *
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git status -s
DEBUG: JX_LOG_LEVEL=error LC_ALL=C git commit -m Add environment configuration
DEBUG: LC_ALL=C JX_LOG_LEVEL=error git push origin master
Pushed Git repository to https://github.com/zzguang520/environment-burnorchid-production

Creating production Environment in namespace jx
Created environment production
Namespace jx-production created
DEBUG: Finding service url for jenkins-x-chartmuseum in namespace jx
DEBUG: Found service url http://chartmuseum.jx.192.168.1.156.nip.io

Jenkins X installation completed successfully

        ********************************************************

             NOTE: Your admin password is: I8R?KKw0Qm0!fULrKW8Y

        ********************************************************

Your Kubernetes context is now set to the namespace: jx
To switch back to your original namespace use: jx namespace jx
Or to use this context/namespace in just one terminal use: jx shell
For help on switching contexts see: https://jenkins-x.io/developing/kube-context/
To import existing projects into Jenkins X:       jx import
To create a new Spring Boot microservice:       jx create spring -d web -d actuator
To create a new microservice from a quickstart: jx create quickstart

kubectl get all

[root@oc2542575527 ~]# kubectl get all
NAME                                             READY   STATUS      RESTARTS   AGE
pod/jenkins-597cddf5bf-b9zff                     1/1     Running     0          20h
pod/jenkins-x-chartmuseum-67f75c4884-97r88       1/1     Running     0          20h
pod/jenkins-x-controllerrole-5875b485b5-8m87k    1/1     Running     0          4h44m
pod/jenkins-x-docker-registry-589d4d79c4-pwght   1/1     Running     0          20h
pod/jenkins-x-gcactivities-1588842000-6z72v      0/1     Completed   0          78m
pod/jenkins-x-gcactivities-1588843800-8c2kg      0/1     Completed   0          48m
pod/jenkins-x-gcpods-1588842000-lrjpk            0/1     Completed   0          78m
pod/jenkins-x-gcpods-1588843800-z2rsn            0/1     Completed   0          48m
pod/jenkins-x-gcpreviews-1588842000-lbvnx        0/1     Completed   0          78m
pod/jenkins-x-heapster-fbdccf687-kthp5           2/2     Running     0          85m
pod/jenkins-x-nexus-78697d6bf7-94chz             1/1     Running     0          20h
pod/jx-jx-app-ui-jxui-59878df45b-skcps           2/2     Running     0          28m

NAME                                TYPE        CLUSTER-IP       EXTERNAL-IP   PORT(S)     AGE
service/heapster                    ClusterIP   10.97.90.170     <none>        8082/TCP    20h
service/jenkins                     ClusterIP   10.102.237.89    <none>        8080/TCP    20h
service/jenkins-agent               ClusterIP   10.110.36.253    <none>        50000/TCP   20h
service/jenkins-x-chartmuseum       ClusterIP   10.104.13.210    <none>        8080/TCP    20h
service/jenkins-x-docker-registry   ClusterIP   10.105.4.136     <none>        5000/TCP    20h
service/jx-jx-app-ui-jxui-metrics   ClusterIP   10.99.175.127    <none>        8080/TCP    28m
service/jxui                        ClusterIP   10.98.63.198     <none>        80/TCP      28m
service/nexus                       ClusterIP   10.106.226.248   <none>        80/TCP      20h

NAME                                        READY   UP-TO-DATE   AVAILABLE   AGE
deployment.apps/jenkins                     1/1     1            1           20h
deployment.apps/jenkins-x-chartmuseum       1/1     1            1           20h
deployment.apps/jenkins-x-controllerrole    1/1     1            1           20h
deployment.apps/jenkins-x-docker-registry   1/1     1            1           20h
deployment.apps/jenkins-x-heapster          1/1     1            1           20h
deployment.apps/jenkins-x-nexus             1/1     1            1           20h
deployment.apps/jx-jx-app-ui-jxui           1/1     1            1           28m

NAME                                                   DESIRED   CURRENT   READY   AGE
replicaset.apps/jenkins-597cddf5bf                     1         1         1       20h
replicaset.apps/jenkins-x-chartmuseum-67f75c4884       1         1         1       20h
replicaset.apps/jenkins-x-controllerrole-5875b485b5    1         1         1       4h44m
replicaset.apps/jenkins-x-controllerrole-98c6849cd     0         0         0       20h
replicaset.apps/jenkins-x-docker-registry-589d4d79c4   1         1         1       20h
replicaset.apps/jenkins-x-heapster-7489b8d655          0         0         0       20h
replicaset.apps/jenkins-x-heapster-fbdccf687           1         1         1       19h
replicaset.apps/jenkins-x-nexus-78697d6bf7             1         1         1       20h
replicaset.apps/jx-jx-app-ui-jxui-59878df45b           1         1         1       28m

NAME                                          COMPLETIONS   DURATION   AGE
job.batch/jenkins-x-gcactivities-1588833000   1/1           7s         3h48m
job.batch/jenkins-x-gcactivities-1588842000   1/1           8s         78m
job.batch/jenkins-x-gcactivities-1588843800   1/1           6s         48m
job.batch/jenkins-x-gcpods-1588833000         1/1           5s         3h48m
job.batch/jenkins-x-gcpods-1588842000         1/1           9s         78m
job.batch/jenkins-x-gcpods-1588843800         1/1           6s         48m
job.batch/jenkins-x-gcpreviews-1588820400     1/1           15s        7h18m
job.batch/jenkins-x-gcpreviews-1588831200     1/1           12s        4h18m
job.batch/jenkins-x-gcpreviews-1588842000     1/1           9s         78m

NAME                                   SCHEDULE         SUSPEND   ACTIVE   LAST SCHEDULE   AGE
cronjob.batch/jenkins-x-gcactivities   0/30 */3 * * *   False     0        48m             20h
cronjob.batch/jenkins-x-gcpods         0/30 */3 * * *   False     0        48m             20h
cronjob.batch/jenkins-x-gcpreviews     0 */3 * * *      False     0        78m             20h

NAME                                       NAME             VERSION   GIT URL
release.jenkins.io/controllerrole-2.1.24   controllerrole   2.1.24    https://github.com/jenkins-x/jx
release.jenkins.io/gcactivities-2.1.24     gcactivities     2.1.24    https://github.com/jenkins-x/jx
release.jenkins.io/gcpods-2.1.24           gcpods           2.1.24    https://github.com/jenkins-x/jx
release.jenkins.io/gcpreviews-2.1.24       gcpreviews       2.1.24    https://github.com/jenkins-x/jx

NAME                                            AGE
environmentrolebinding.jenkins.io/single-user   28m

NAME                                    AGE
app.jenkins.io/jx-jx-app-ui-jx-app-ui   28m

NAME                                              URL   DESCRIPTION
sourcerepository.jenkins.io/zzguang520-test-jx2         Imported application for zzguang520/test-jx2
sourcerepository.jenkins.io/zzguang520-test-jx3         Imported application for zzguang520/test-jx3
zzguang520 commented 4 years ago

I have tried used admin/I8R?KKw0Qm0!fULrKW8Y to login and checked the /root/.jx/adminSecrets.yaml, found that all passwd is I8R?KKw0Qm0!fULrKW8Y,why can't access?

abayer commented 4 years ago

Was this a fresh install? It should be impossible to install with static Jenkins masters with jx binaries from 2.1.1 onward.

zzguang520 commented 4 years ago

Was this a fresh install? It should be impossible to install with static Jenkins masters with jx binaries from 2.1.1 onward.

yes, it is a fresh install. but I can't access it

zzguang520 commented 4 years ago

Was this a fresh install? It should be impossible to install with static Jenkins masters with jx binaries from 2.1.1 onward. Does that mean I have to use the previous version of jx 2.1.1?

deanesmith commented 4 years ago

@zzguang520 - https://github.com/jenkins-x/jx/releases/tag/v2.0.1286

deanesmith commented 4 years ago

Hi @zzguang520 Are you satisfied with the response on this matter?