Dave Cavaletto
Dave Cavaletto
@pidugusundeep I don't follow your comment, this change has been submitted in #14
quick update, `curl https://vpa-webhook.kube-system -k` returns a 200 and logs `E0206 04:03:16.937701 1 server.go:140] contentType=, expect application/json` in the admission-controller pod.
In the "Parametric CAD Scripts" section I found this: ``` function profile() { return polyhedron({points:[ [-57.5617, -26.5606, 0.0000], [-59.5566, -26.4179, 0.0000], [-57.5617, -26.5606, 1.0195], [-59.5566, -26.4179, 1.0195], [-57.6334, -27.5636, 0.0000],...
It is my understanding that the kubectl entrypoint runs the kubectl binary and you need to provide a valid kubeconfig to connect to your cluster. I can reproduce this behavior...
I'm running into this same issue and reached out to Slack support because I'm in MST (UTC-7) but right now we're in MDT (UTC-6). Slack shows my timezone as Mountain...
I can confirm @Proberts suggestion above appears to be a solution. Explicitly setting the minDate/maxDate in the format of the picker seems to fix this problem.
I'm also running into this bug. Considering group membership would be awesome. Another option would be a `--skip_validation` flag that will just attempt the install without verifying anything (In theory...
This is really helpful. I'm running the script with validation and an output directory so I can edit the istio-operator before installation. This will let me move forward without requiring...
At this time I'm either disabling the ingress gateway (for an internal cluster) or updating it to use a static external IP (for an edge cluster). I know the docs...
@zerobfd I tried the `_CI_NO_VALIDATE` env var but still got an error about missing IAM roles. I ended up just adding the `--enable_gcp_iam_roles` flag and will cleanup IAM after.