Elias Abacioglu

Results 123 comments of Elias Abacioglu

hmm /etc/nginx-sp/nginx.conf has mode 0644. ``` $ ps axo stat,euid,ruid,tty,tpgid,sess,pgrp,ppid,pid,pcpu,comm STAT EUID RUID TT TPGID SESS PGRP PPID PID %CPU COMMAND Ss 0 0 ? -1 1 1 0 1...

debug log ``` 2017-09-03 00:09:04,362 [7503] MainThread configtest check 2017-09-03 00:09:05,132 [7503] MainThread {u'config': {u'cloud': {u'push_interval': 60.0, u'talk_interval': 120.0, u'api_url': u'https://receiver.amplify.nginx.com:443/1.3', u'api_timeout': 10.0}, u'containers': {u'nginx': {u'max_test_duration': 30.0, u'parse_delay': 60.0, u'upload_config':...

For anyone else having the same problem. nginx amplify team is working on a fix. But as a workaround you can make a symlink of the /etc/nginx folder to /usr/local/nginx/conf.

no. ``` $ ls -l /usr/local/nginx/conf lrwxrwxrwx 1 root root 13 Sep 6 09:13 /usr/local/nginx/conf -> /etc/nginx-sp ```

Well that is a work-around. The proper thing would be to have the kubelet folder to be an optional setting. It's not just AWS EFS CSI that expects /var/lib/kubelet, other...

I'm not saying change the default. Just that it can be a configurable parameter that the user can control. Much like you said "those hard-coded _things_ will be broken." -...

I can confirm this. the setup looks okay ```shell # ipvsadm -ln IP Virtual Server version 1.2.1 (size=4096) Prot LocalAddress:Port Scheduler Flags -> RemoteAddress:Port Forward Weight ActiveConn InActConn TCP 10.50.28.72:443...

@Cellebyte I can't verify at the moment, no longer at that customer (roaming consultant).

Hi, I would just prefer to run like this, with variable path in the state file: ```hcl terraform { required_version = ">= 1.8" backend "consul" { address = "consul.service.consul" scheme...

Maybe the .terraform folder should be treated more as a cache rather than a correct local state. So env A and env B having different versions of `hashicorp/random` would simply...