muvaffak

Results 104 comments of muvaffak

You can configure the behavior with a flag when you delete the composite resource but I don't think this is the case for claim since we don't have ownership relation...

@A-Hilaly If I understand correctly, the apiVersion is specified per-group, right? Not per-CRD? In Crossplane, we go for per-CRD to comply with Kubernetes and also CRDs in the same group...

When restore a backup, we don't know the new cluster's availability zone in AWS. Since AWS does not support binding EBS volumes to an EC2 node that is in a...

I can take a stab at this if folks agree that it should be added to `kuttl`. From my quick skimming, [this](https://github.com/kudobuilder/kuttl/blob/63f81f8/pkg/test/step.go#L73) seems to be where the `Delete` call is...

I cloned the repo and added `--no-sandbox` to launcher options, still no luck.

For the context, here is my `Dockerfile`: ``` FROM ubuntu:18.04 WORKDIR / ENV GMAIL_EMAIL GMAIL_EMAIL ENV GMAIL_PASSWORD GMAIL_PASSWORD ENV PYPPETEER_HOME /home/theuser/.pyppeteer RUN apt-get update RUN apt-get install -y python3 python3-pip...

@stv0g I'm looking forward to use kilo in environments where I don't have the ability to have public IP. I do not have Wireguard-specific knowledge as much as you folks...

@stv0g My high level goal is to be able to create a Kubernetes cluster that any node in the public network can join, something like tailscale with proper CNI. And...

> My current plan is to make WICE and Kilo interoperable. @stv0g Yes, that's exactly what I'm interested. So, any pointers that I can start with to start contributing to...