Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

operator: sync CiliumNodes into etcd instead of k8s nodes #12179

Merged
merged 2 commits into from Jun 18, 2020

Commits on Jun 18, 2020

  1. pkg/nodediscovery: print node when registering it into the cluster

    Signed-off-by: André Martins <andre@cilium.io>
    aanm committed Jun 18, 2020
    Copy the full SHA
    643d356 View commit details
    Browse the repository at this point in the history
  2. operator: sync cilium nodes to kvstore instead of k8s nodes

    As Cilium is more dependent on the CiliumNodes information to be more up
    to date, the Cilium Operator should sync those nodes into the KVStore
    instead of the k8s nodes. Using k8s nodes is not reliable as some of the
    fields set in these structures are not up to date with the fields set in
    the Cilium Nodes.
    
    Signed-off-by: André Martins <andre@cilium.io>
    aanm committed Jun 18, 2020
    Copy the full SHA
    63b5441 View commit details
    Browse the repository at this point in the history