kalavt

Results 50 comments of kalavt

still not work change [ks-controller-manager] pod hostNetwork: true Error log: ` W0927 23:22:18.495218 1 client_config.go:615] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work. I0927 23:22:18.496499...

Progress update: simply set use hostNetwork: true won't work, because node-local-dns already occupied this 8080 port. Stuck here again...

[Pull request](url https://github.com/kubesphere/kubesphere/pull/5255) still need manually set hostNetwork: true manually enable control panel communicate with ks-controller-manager.

issue fixed with 1. set ks-controller-manage hostNetwork: true 2. change node-local-dns ConfigMap, set health monitoring port to another port rather than 8080 (only if you have conflict with node-local-dns 8080...

got same error on k8s v1.22.0 & kubeSphere v3.1.1 `kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.1/kubesphere-installer.yaml` `error: unable to recognize "kubesphere-installer.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"`

update: resolved by 1. change apiVersion: apiextensions.k8s.io/v1beta1 to apiVersion: apiextensions.k8s.io/v1 2. add schema definenation 3. sorry I don't have any time to make a pull request. ``` spec: group: installer.kubesphere.io...

@obv-mikhail check out my fork https://github.com/waninlezu/distributed https://github.com/waninlezu/funretro-feathers-nedb http://waninlezu.github.io/distributed

custom kaniko builder image can not add any packages. as the same package will not been identified as changed in `Taking snapshot of full filesystem` to be more specific. if...