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

feat(kubelet): Create an agent container in the kubelet pod only #944

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Nov 15, 2023

  1. Don't create kubelet container in agentOnly mode

    enabling agentOnly mode should create only an 'agent' container within
    the kubelet pod
    tormodmacleod committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    d2d4e75 View commit details
    Browse the repository at this point in the history
  2. Create kubelet pod from deployment when agentOnly

    rather than from a daemonset
    tormodmacleod committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a0b0e27 View commit details
    Browse the repository at this point in the history
  3. No nri-kubernetes.yml configmap in agentOnly mode

    do not create or mount this configmap. it is only used by the kubelet
    container
    tormodmacleod committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    097b276 View commit details
    Browse the repository at this point in the history
  4. Rename kubelet pod if agentOnly is enabled

    naming a pod as 'kubelet' kind of suggests that it's a daemonset. if
    we're running in agentOnly mode then there is only a single pod
    containing an infrastructure agent container. renaming this so as not to
    mislead or confuse the user
    tormodmacleod committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    26eed97 View commit details
    Browse the repository at this point in the history
  5. update documentation

    include some information in values.yaml as to what agentOnly controls
    tormodmacleod committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    adf78f0 View commit details
    Browse the repository at this point in the history