bienkma
bienkma
Please merge this pull request https://github.com/flike/kingbus/pull/24
@tarasgagarinov I don't know how to contact you. If you want i will help you config store crashes locally. And I would like to ask you some questions about build...
Hi @lmm I have not just seen what you mention. I created the PR when setup calico-Felix on VM/Physical server for hostEndpoint and grant policy. I didn't test with Kubernetes...
> @bienkma You should be able to specify an etcd username and password with these environment variables: `CALICO_ETCD_USERNAME` or `ETCD_USERNAME` `CALICO_ETCD_PASSWORD` or `ETCD_PASSWORD` Please give those a try. I don't...
I worked fine with configuration below: ``` [Unit] Description=LUKS Vault agent After=network.target auditd.service Wants=network.target [Service] Type=forking User=root Group=root ExecStart=/usr/local/bin/luks-vault ExecStop=/bin/kill -3 $MAINPID PIDFile=/run/luks-vault.pid ExecStartPost=/bin/sleep 1 WorkingDirectory=/usr/local/bin KillMode=none PrivateTmp=false Restart=on-failure RestartSec=5...