Aaron Miller
Aaron Miller
@erikfuller I think the PR has addresses all your feedback and I appreciate the test guidance. Also rebased as there was a conflict.
This may be due to #105 . ~~I'm working on the PR now to add the finalizer for `GatewayClass`~~
Hi @liwenwu-amazon -- I'm not sure I understand how we would prevent a resource from being deleted. And as I mentioned in #105 , the community is likely not moving...
Sounds good to me @ellistarn . I think other projects have taken this approach as well. The question remains what to do if the `GatewayClass` is deleted. I mentioned [here](https://github.com/aws/aws-application-networking-k8s/issues/105#issuecomment-1455128641)...
So did some digging here and it appears this is a bit controversial upstream and this spec requirement may be removed, see https://github.com/kubernetes-sigs/gateway-api/issues/1411 I couldn't find any other project that...
FYI for anyone wanting to use Karpenter with EKS Access Entries. `system:bootstrappers` is not required. I tested a cluster in EKS API only (API) mode. Also, for those interested, here...
I've become used to typing `kubectl get -A` when troubleshooting issues and would love to be able to see that view expressed visually in Octant.
Another option is to just remove the spaces around the `=`. ``` aws eks update-cluster-config \ --name \ --upgrade-policy supportType=STANDARD ``` works as well and without needing quotation marks.