Christoffer Vig

Results 20 comments of Christoffer Vig

The security consideration sounds very valid to me. What I don't understand is how can you then deploy to a remote cluster?

The problem here is not that the boot log does not work, the deployments are update and all other stuff works ( on my machines), but the "admin-log" step never...

or just do what @msvticket says, remove the release pipeline. It is really not doing anything anyway

Found this repo https://github.com/jenkins-x/gen-crd-api-reference-docs Which is a clone of https://github.com/ahmetb/gen-crd-api-reference-docs Might be worth looking into how to revive this

Is this on kubernetes 1.22? Try to use 1.21

This is still an issue. On a fresh cluster I get these results: ``` jx health status --all-namespaces -w NAME NAMESPACE STATUS ERROR MESSAGE jx-webhook jx ERROR Check execution error:...

I can confirm that this still is not working in version 1.9.0 Needs to set version 1.8.0 to use SOCKS Thanks a lot for posting this @mohsen0 I had a...

This works for me, after the recent fixes. Should we close this issue now?

Sorry I linked up the wrong conditional and didn't even read what I pasted in. The correct, erroneous code is here https://github.com/jenkins-x/terraform-aws-eks-jx/blob/master/modules/cluster/main.tf#L71 ` worker_groups_launch_template = var.enable_worker_group && var.enable_worker_groups_launch_template ? [...

Yes except launch templates will only be added if you set worker groups =true . If you follow the conditionals you will see this. Are there tests for this by...