You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have to recreate agentPolicies with new "namespace" as new value of namespace was applied in k8s but in kibana UI I see still old value and I didn't find how to do it.
Bug Report
What did you do?
apiVersion: kibana.k8s.elastic.co/v1
kind: Kibana
spec:
...
xpack.fleet.agentPolicies
- name: Fleet Server on ECK policy
id: eck-fleet-server
After manual deletion of policies and restart of fleet/kibana pods, nothing happened -> policies were not recreated
What did you expect to see?
policies automatically recreated (synced) based on current kibana config
What did you see instead? Under which circumstances?
policies were not recreated.
as workaround I change policy ID in Kibana and Agent k8s resources and after apply it helps to generate new tokens with new policies
- name: Fleet Server on ECK policy
id: eck-fleet-server ---> changed to "eck-fleet-server-policy"
Environment
ECK version:
2.9.0
Kubernetes information:
Cloud: GKE
The text was updated successfully, but these errors were encountered:
Proposal
Use case. Why is this important?
I have to recreate agentPolicies with new "namespace" as new value of namespace was applied in k8s but in kibana UI I see still old value and I didn't find how to do it.
Bug Report
What did you do?
After manual deletion of policies and restart of fleet/kibana pods, nothing happened -> policies were not recreated
What did you expect to see?
policies automatically recreated (synced) based on current kibana config
What did you see instead? Under which circumstances?
policies were not recreated.
as workaround I change policy ID in Kibana and Agent k8s resources and after apply it helps to generate new tokens with new policies
Environment
ECK version:
2.9.0
Kubernetes information:
The text was updated successfully, but these errors were encountered: