StefanSa
StefanSa
all objects unchanged. ``` kubectl apply -f https://raw.githubusercontent.com/rancher/system-upgrade-controller/v0.13.4/manifests/system-upgrade-controller.yaml namespace/system-upgrade unchanged serviceaccount/system-upgrade unchanged configmap/default-controller-env unchanged deployment.apps/system-upgrade-controller unchanged ```
That looks good. ``` kubectl apply -f https://github.com/rancher/system-upgrade-controller/releases/download/v0.13.4/system-upgrade-controller.yaml clusterrole.rbac.authorization.k8s.io/system-upgrade-controller configured role.rbac.authorization.k8s.io/system-upgrade-controller created clusterrole.rbac.authorization.k8s.io/system-upgrade-controller-drainer unchanged clusterrolebinding.rbac.authorization.k8s.io/system-upgrade-drainer unchanged clusterrolebinding.rbac.authorization.k8s.io/system-upgrade unchanged rolebinding.rbac.authorization.k8s.io/system-upgrade created namespace/system-upgrade unchanged serviceaccount/system-upgrade unchanged configmap/default-controller-env unchanged deployment.apps/system-upgrade-controller configured ``` And...
Hi There, We have encountered the same problem with data stream index.  ``` { "policy_id": "filebeat", "description": "data stream filebeat", "last_updated_time": 1640865313616, "schema_version": 12, "error_notification": null, "default_state": "hot", "states":...
@dbbaughe hi last official opensearch version 1.2.3. which plugin version is really installed there ,i can't tell you at the moment, because i don't have access to the system. PS:...
/sig Release
This helps me as a short-term solution. `yum update --skip-broken --nobest` but does not fix the actual packet conflict. ``` yum update Problem: cannot install both kubelet-1.18.4-0.x86_64 and kubelet-1.18.4-1.x86_64 -...
@justaugustus i remove `kubelet` and `kubernetes-cni`and installed it again successfully with: `yum install kubelet-1.18.5 kubeadm-1.18.5`, however, a `yum update` still fails. ``` yum update Problem: cannot install both kubelet-1.18.4-0.x86_64 and...
@Ferroin Hi Austin, i encountered the following problem while trying. Currently use Metric Streaming with a parent. To do this, i tried installing a child with static builds as you...
@vkalintiris, @ktsaou Hi there, I had the service startup problem with exactly the same error message, currently i solved this with a service wrapper. I have created an installer for...
@vkalintiris, Thanks for your time and effort. but i can't get the agent from your WIndows branch to work `git clone -b windows https://github.com/vkalintiris/netdata.git` `git submodule init && git submodule...