Skip to content
Snippets Groups Projects
Select Git revision
  • 990d2a1358c46a06ce31aa69690ba21bb6163f56
  • master default protected
  • v2.28.0
  • v2.27.0
  • v2.25.1
  • v2.24.3
  • v2.26.0
  • v2.24.2
  • v2.25.0
  • v2.24.1
  • v2.22.2
  • v2.23.3
  • v2.24.0
  • v2.23.2
  • v2.23.1
  • v2.23.0
  • v2.22.1
  • v2.22.0
  • v2.21.0
  • v2.20.0
  • v2.19.1
  • v2.18.2
22 results

ansible

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Max Gautier authored and GitHub committed
    When using
    dns_upstream_forward_extra_opts:
      prefer_udp: "" # the option as no value so use empty string to just
                     # put the key
    
    This is rendered in the dns configmap as ($ for end-of-line)
    
    ...
      prefer_udp $
    ...
    
    Note the trailing space.
    This triggers https://github.com/kubernetes/kubernetes/issues/36222,
    which makes the configmap hardly readable when editing them manually or
    simply putting them in a yaml file for inspection.
    
    Trim the concatenation of option + value to get rid of any trailing
    space.
    badfb6ca
    History
    Name Last commit Last update
    ..