canonical / microk8s-aws-addons

The MicroK8s add-ons for AWS
Apache License 2.0
3 stars 1 forks source link

Enable aws-elb-controller fails on sed expression #26

Open camille-rodriguez opened 1 year ago

camille-rodriguez commented 1 year ago

Simply trying to enable aws-elb-controller . I have deployed a VM in AWS, deployed microk8s 1.25-eksd/stable, and ran the following :

ubuntu@ip-172-31-3-6:~$ microk8s enable aws-elb-controller -c 0001
Infer repository eksd for addon aws-elb-controller
Addon core/helm3 is already enabled
Addon core/dns is already enabled
Detected running on EC2 instance, trying to add providerID to the node...
sed: -e expression #2, char 68: unknown command: `<'
berkayoz commented 1 year ago

Hey @camille-rodriguez,

Sorry for the late reply. I haven't been able to reproduce this issue so far. Can you reproduce this consistently? Inspection logs gathered through microk8s inspect and some more info on the setup would be much helpful.

Thanks!

camille-rodriguez commented 1 year ago

Sorry I don't have that environment available anymore to test. Will reopen if I face it again