Ilkka Tengvall

Results 123 comments of Ilkka Tengvall

I just got pointed to this issue. For the next ones running into this, I document here I went through the issue while working in such transparent firewall env at...

I found the OCP official doc mentions the CA file to be optional: https://docs.openshift.com/container-platform/3.7/install_config/certificate_customization.html " ``` # An optional CA may be specified for each named certificate. CAs will #...

Vikram: https://github.com/openshift/openshift-docs/issues/7495

If I am not mistaken, it's not even optional but totally ignored. So if I'm right, it should be removed from example not to confuse anyone. 21.2.2018 0.59 "Eric Sauer"...

Hi, I just installed the app. My NC is v17. Keeweb won't open the file. I see from debug console that it tries to go after http://.... while retrieving the...

BTW, the header is "X-Forwarded-Proto: https" which get's added when the load balancer terminates the ssl and forwards it to http NC.

So to be more precise, would be nice to see and control all pods from such service users all in one view. Could cockpit get access to users dbus session...

The accounts page was there just to show how I use a service account per pod. Not to say that I needed containers listed there. Great that you are doing...

commenting out the Time.h fixes it. Probably TimeLib.h already is enough. ``` diff --git a/src/WClock.h b/src/WClock.h index f2cd069..5c5f94f 100644 --- a/src/WClock.h +++ b/src/WClock.h @@ -12,7 +12,7 @@ #endif #include #include...

3. The platformio.ini file link is wrong: https://github.com/klausahrenberg/WThermostatBeca/blob/master/WThermostat/platformio.ini this would work: https://github.com/klausahrenberg/WThermostatBeca/blob/master/platformio.ini