I created an AWS EKS Fargate cluster with the following Fargate profile
fargateProfiles:
- name: fp-fluxcd
selectors:
- namespace: fluxcd
How do I either add (or change) the namespace so it looks like this?
fargateProfiles:
- name: fp-fluxcd
selectors:
- namespace: fluxcd
- namespace: flux-system
I updated the config file and tried eksctl upgrade -f my-cluster.yml
to no avail.
I guess another way to skin the cat is to add the fargate nodes to a namespace? How to do that?