代码之家  ›  专栏  ›  技术社区  ›  Dolphin

是否可以更改kuberentes statefulset PVC绑定

  •  0
  • Dolphin  · 技术社区  · 4 年前

    The StatefulSet "reddwarf-postgresql-postgresql" is invalid: spec: Forbidden: updates to statefulset spec for fields other than 'replicas', 'template', and 'updateStrategy' are forbidden
    

    1 回复  |  直到 4 年前
        1
  •  1
  •   gohm'c    4 年前

    initContainers 检查您的pod是否新鲜,并在需要时使用备份数据填充卷。在这种情况下,需要确保还原脚本是幂等的。

    推荐文章