You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The init container is not coming up. I get the following error
Traceback (most recent call last):
File "/app/imageswap-init.py", line 1146, in <module>
main()
File "/app/imageswap-init.py", line 1135, in main
init_tls_pair(imageswap_namespace_name)
File "/app/imageswap-init.py", line 678, in init_tls_pair
tls_pair = build_tls_pair(
^^^^^^^^^^^^^^^
File "/app/imageswap-init.py", line 348, in build_tls_pair
tls_cert_pem = get_tls_cert_from_request(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/imageswap-init.py", line 320, in get_tls_cert_from_request
tls_cert = base64.b64decode(k8s_csr.status.certificate)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/base64.py", line 83, in b64decode
s = _bytes_from_decode_data(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/base64.py", line 45, in _bytes_from_decode_data
raise TypeError("argument should be a bytes-like object or ASCII "
TypeError: argument should be a bytes-like object or ASCII string, not 'NoneType'
Kubernetes version (use kubectl version): 1.30
The text was updated successfully, but these errors were encountered:
The init container is not coming up. I get the following error
kubectl version
): 1.30The text was updated successfully, but these errors were encountered: