• kinarashah's avatar
    set updateStrategy for nginx-ingress · eee5ee9c
    kinarashah authored
    ingress daemonset in rke 0.2.10 had apiVersion=extensions/v1beta1
    which defaults to onDelete strategy. We change apiVersion in new
    template to apps/v1, but without explicitly changing the strategy,
    it stays onDelete.
    eee5ee9c