swift
swift
validate := validator.New() 变量与函数重名 建议换一个变量名字?
r.mux = make(map[string]http.Handler) r.mux[route] = mergedHandler 应该先初始化一个map 否则会panic吧? panic: assignment to entry in nil map
Those two links are 404. https://github.com/Tencent/bk-bcs/blob/master/docs/features/bcs-gamestatefulset-operator/%E8%87%AA%E5%8A%A8%E5%8C%96%E5%88%86%E6%AD%A5%E9%AA%A4%E7%81%B0%E5%BA%A6%E5%8F%91%E5%B8%83.md https://github.com/Tencent/bk-bcs/blob/master/docs/features/bcs-gamestatefulset-operator/PreDeleteHook%20PreInplaceHook%E4%BC%98%E9%9B%85%E5%88%A0%E9%99%A4%E5%92%8C%E6%9B%B4%E6%96%B0Pod.md
/cc @RolandMa1986 /cc @pixiake
helm won't help us upgrade or delete the crd, so if the crds change, we should apply it and upgrade the release. Otherwise, we will fail to upgrade release. ref...
### What do you want to happen? Sometimes the users don't need to create an API for themselves(e.g. implementing a loadbalancer svc provider only needs to watch kubernetes native service),...
**What happened**: helm --namespace kube-federation-system upgrade -i kubefed kubefed-charts/kubefed --version=0.8.1 --create-namespace ``` Error: UPGRADE FAILED: error validating "": error validating data: [ValidationError(KubeFedConfig.spec): unknown field "statusController" in io.kubefed.core.v1beta1.KubeFedConfig.spec, ValidationError(KubeFedConfig.spec.syncController): unknown field...