Skip to content
  • Maxim Filatov's avatar
    Looks like typo in daemonset · 8c5639e7
    Maxim Filatov authored
    Due to 
    
        metadata:
          name: kured            # Must match `--ds-name`
          namespace: kube-system # Must match `--ds-namespace`
    
    There should be 
    
        - --ds-name=kured
        - --ds-namespace=kube-system
    
    As args.
    8c5639e7