lukonjun

Results 3 issues of lukonjun

Hi, I am using this role for the first time to install Kubernetes on 2 Ubuntu 20.04 VMs. During script execution the following TASK Fails ``` TASK [geerlingguy.kubernetes : Add...

bug
upstream

Hi just trying out external-secrets, configured it for AWS Secrets Manager and I can create/retrieve a secret with the following code. ``` apiVersion: external-secrets.io/v1beta1 kind: ExternalSecret metadata: name: app-secret namespace:...

Hi, when running get_replication_policies I run into an error ``` Traceback (most recent call last): File "main2.py", line 21, in asyncio.run(main()) File "/usr/lib/python3.8/asyncio/runners.py", line 44, in run return loop.run_until_complete(main) File...