Skip to content

change cert-manager namespace to oas namespace

Maarten de Waard requested to merge fix-cert-manager-installation into master

Fixes msg: 'Failed to create object: b''{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"Internal error occurred: failed calling webhook \\"webhook.cert-manager.io\\": the server is currently unable to handle the request","reason":"InternalError","details":{"causes":[{"message":"failed calling webhook \\"webhook.cert-manager.io\\": the server is currently unable to handle the request"}]},"code":500}\n'''

Or, the long version:

TASK [apps : Install LetsEncrypt ClusterIssuers] ************************************************************************************************************************************************************************************
Friday 20 December 2019  11:22:01 +0100 (0:00:02.995)       0:03:44.703 ******* 
failed: [oas.maartendewaard.nl] (item={'name': 'staging', 'server': 'https://acme-staging-v02.api.letsencrypt.org/directory'}) => changed=false 
  ansible_loop_var: item
  error: 500
  item:
    name: staging
    server: https://acme-staging-v02.api.letsencrypt.org/directory
  msg: 'Failed to create object: b''{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"Internal error occurred: failed calling webhook \\"webhook.cert-manager.io\\": the server is currently unable to handle the request","reason":"InternalError","details":{"causes":[{"message":"failed calling webhook \\"webhook.cert-manager.io\\": the server is currently unable to handle the request"}]},"code":500}\n'''
  reason: Internal Server Error
  status: 500
failed: [oas.maartendewaard.nl] (item={'name': 'production', 'server': 'https://acme-v02.api.letsencrypt.org/directory'}) => changed=false 
  ansible_loop_var: item
  error: 500
  item:
    name: production
    server: https://acme-v02.api.letsencrypt.org/directory
  msg: 'Failed to create object: b''{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"Internal error occurred: failed calling webhook \\"webhook.cert-manager.io\\": the server is currently unable to handle the request","reason":"InternalError","details":{"causes":[{"message":"failed calling webhook \\"webhook.cert-manager.io\\": the server is currently unable to handle the request"}]},"code":500}\n'''
  reason: Internal Server Error
  status: 500

Merge request reports