meyerbro
meyerbro
I really want this fixed but while it's not there's a possible workaround... ```hcl terraform { extra_arguments "plan_file" { commands = ["plan"] arguments = ["-out=${get_terragrunt_dir()}/tfplan.binary"] } } ``` You then...
Sure @yasker, here it is: ```kubectl -n local-path-storage logs -f local-path-provisioner-d8d9bffb6-47b6s time="2019-08-14T16:14:34Z" level=debug msg="Applied config: {\"nodePathMap\":[{\"node\":\"DEFAULT_PATH_FOR_NON_LISTED_NODES\",\"paths\":[\"/opt/local-path-provisioner\"]}]}" time="2019-08-14T16:14:34Z" level=debug msg="Provisioner started" time="2019-08-14T16:14:51Z" level=debug msg="config doesn't contain node shared-jenk-24.sandbox.local, use DEFAULT_PATH_FOR_NON_LISTED_NODES instead"...
Hi @yasker, just checking that, currently no logs yet... Will wait the full 120 seconds and update here.
After the 120 seconds the only that happened was that the container was terminated and after some seconds a new one with no logs is created...
``` # docker ps | grep create a0ac37b5d22a rancher/pause:3.1 "/pause" 4 seconds ago Up 2 seconds k8s_POD_create-pvc-0de20954-bf73-11e9-8212-002590fb4cd4_local-path-storage_615625fe-bf73-11e9-8212-002590fb4cd4_0 # docker logs -f a0ac37b5d22a Shutting down, got signal: Terminated
I decided to give a try on hostpath from rimusz-charts to see if it's something wrong only on my cluster but it actually worked fine... I would prefer using yours...
This is a very interesting and important work. This would mean that the TF PLAN could show only the differences but not a huge string with "+" and "-" in...
This fixed my issue, REMEMBER to add "/" in the end of your goharbor URL, while defining your alias... This can help you @xinity...
Any reason why this wasn't merged yet? If I'm correct, this would allow a step to be executed even if the previous ones failed? Thanks!