Skip to content
Snippets Groups Projects
Select Git revision
  • a3089484b15bf8c18401ac3982b73250f5b73677
  • master default protected
  • v1.14.7
  • v1.14.6
  • v1.14.5
  • v1.14.4
  • v1.14.3
  • v1.14.2
  • v1.14.1
  • v1.14.0
  • v1.13.2
  • v1.13.1
  • v1.13.0
  • v1.12.1
  • v1.12.0
  • v1.11.1
  • v1.11.0
  • v1.10.0
  • v1.9.2
  • v1.9.1
  • v1.9.0
  • v1.8.4
22 results

.github

  • 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
    ..