Walter Otsyula

Results 11 comments of Walter Otsyula

You know there is a fork of this project [platform-atom-ide-terminal](https://github.com/platformio/platformio-atom-ide-terminal) It uses pre-built libraries so no need to install / configure / deal-with node-gyp. I think a lot of problems...

I'm going to post my workaround in case anyone needs it: 00-modules.ldif ```ldif dn: cn=module{0},cn=config changetype: modify add: olcModuleLoad olcModuleLoad: memberof olcModuleLoad: refint ``` 01-memberof.ldif ```ldif dn: olcOverlay=memberof,olcDatabase={2}mdb,cn=config changetype: add...

Temporary workaround: ```yaml --- apiVersion: provisioning.cattle.io/v1 kind: Cluster metadata: labels: name: ${CLUSTER_NAME} namespace: fleet-default spec: ... clusterAgentDeploymentCustomization: appendTolerations: - key: CriticalAddonsOnly operator: Exists fleetAgentDeploymentCustomization: appendTolerations: - key: CriticalAddonsOnly operator: Exists...

Hello @croessner, You need to add a RedHat pull secret: https://www.ibm.com/docs/en/guardium-insights/3.2.x?topic=aro-optional-obtain-red-hat-pull-secret For now you can use: quay.io/openshift/origin-keepalived-ipfailover:latest It's 5 years old but should work for now.

Here is the code that sets programmed which only checks for LoadBalancer address / addresses: https://github.com/cilium/cilium/blob/ac491f0ba6da5bd06534cdf22e2019cf86b8a3b7/operator/pkg/gateway-api/gateway_reconcile.go#L229-L233 With `hostNetwork` a `ClusterIP` service is created. Cilium should instead get addresses from hosts...