Kenneth Koski

Results 26 comments of Kenneth Koski

@bipinm: can you expand a little more on this? > Also went into one another pod and tried ping 8.8.8.8, which worked fine but pings to other public IPs/api.jujucharms.com failed....

After debugging with @davigar15, I think this issue is not actually Kubeflow-specific, and is a general networking issue that starts happening after a computer with microk8s is rebooted. @bipinm, @atamahjoubfar,...

I believe this issue is fixed in #1635, which introduces handling around the calico networking. If anybody wants to try it out, it'll be available via `latest/edge` as soon as...

I've only tested as far back as 1.21. It does look like mutating/validating webhooks in 1.18 have a `failurePolicy` field that allows for `Fail` or `Ignore`, so I'm not sure...

Apologies for the delay in responding, @DomFleischmann will be taking this over

I'm also getting this error periodically with the default metrics collector image on x86: ``` I0513 15:40:02.000547 66 main.go:394] Trial Name: orbit-dlt-g6gm7-6qwczzt9 2022/05/13 15:40:02 FATAL -- failed to create Watcher...

I ran into this issue at my local library. The wifi network required getting redirected to a page where you accept their terms of use, and the internal DNS pointed...

As a real-world example, [alertmanager-operator](https://github.com/canonical/alertmanager-operator) attempted to have [different event handlers for each event](https://github.com/canonical/alertmanager-operator/blob/e3c1cb4/src/charm.py#L85-L98). Though the charm was well-written, that approach ended up requiring shoving almost all of the logic...

@petevg The use of `BlockedStatus` above just makes the problem more apparent. A `WaitingStatus` that never resolves is equivalent to a `BlockedStatus`, the charm just can't prove it. Even if...

I was able to fix this locally by switching the order of the if statements in the linked block above so that the `if let Some(TokenType::Tag(ref handle, ref suffix)) =...