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

WIP - support for KubernetesInDocker (kind) clusters #69

Merged
merged 35 commits into from
Jun 28, 2021

Commits on Apr 22, 2021

  1. Configuration menu
    Copy the full SHA
    dc4884b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc21285 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Configuration menu
    Copy the full SHA
    b516b5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2683a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a8e367 View commit details
    Browse the repository at this point in the history
  4. typo

    davidkydd committed May 6, 2021
    Configuration menu
    Copy the full SHA
    5d344b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5104ef7 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. - treat exporters the same as collectors + diagnosers

    - support multiple exporters
    - refactor main() to better encapsulate logic in sub-funcs
    - add multierror package, currently only used when collector.export errors; to prevent one failing exporter preventing the others from running
    - removed zip and export mode flag for now
    davidkydd committed May 7, 2021
    Configuration menu
    Copy the full SHA
    178b618 View commit details
    Browse the repository at this point in the history
  2. minor tidy

    davidkydd committed May 7, 2021
    Configuration menu
    Copy the full SHA
    ecfe3ff View commit details
    Browse the repository at this point in the history
  3. create dev deployment yaml in its own subdir and revert changes to to…

    …p level deployment yaml - to avoid changing the one used by downstream tools (vscode / cli)
    davidkydd committed May 7, 2021
    Configuration menu
    Copy the full SHA
    864297a View commit details
    Browse the repository at this point in the history

Commits on May 8, 2021

  1. go fmt

    davidkydd committed May 8, 2021
    Configuration menu
    Copy the full SHA
    790744a View commit details
    Browse the repository at this point in the history
  2. rename for clarity

    davidkydd committed May 8, 2021
    Configuration menu
    Copy the full SHA
    2b66c39 View commit details
    Browse the repository at this point in the history
  3. Helm chart for azure-k8s-periscope

    (cherry picked from commit 910ed97)
    safeermohammed authored and davidkydd committed May 8, 2021
    Configuration menu
    Copy the full SHA
    308e350 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. add new configmaps to chart

    davidkydd committed May 10, 2021
    Configuration menu
    Copy the full SHA
    d569772 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2021

  1. Configuration menu
    Copy the full SHA
    4e69de1 View commit details
    Browse the repository at this point in the history
  2. simplify err => boolean

    davidkydd committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    a377636 View commit details
    Browse the repository at this point in the history
  3. reset line endings to crlf

    davidkydd committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    228cf6b View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Merge branch 'collectorDiagnoserConfig' into kindClusterSupport

    # Conflicts:
    #	cmd/aks-periscope/aks-periscope.go
    #	go.mod
    #	go.sum
    #	pkg/collector/collector.go
    #	pkg/exporter/azureblob_exporter.go
    #	pkg/utils/helper.go
    davidkydd committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    a905fe9 View commit details
    Browse the repository at this point in the history
  2. Fix additional merge issues

    davidkydd committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    7c5c80d View commit details
    Browse the repository at this point in the history
  3. overload collectors-config to support both ENABLED_COLLECTORS and COL…

    …LECTOR_LIST. New temp deployment config for kind, to be soon replaced with Kustomize version
    davidkydd committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    9b9a582 View commit details
    Browse the repository at this point in the history
  4. Remove helm

    davidkydd committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    915b745 View commit details
    Browse the repository at this point in the history
  5. Remove dev periscope yaml

    davidkydd committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    7032976 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a1df46 View commit details
    Browse the repository at this point in the history
  7. additional test cases

    davidkydd committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    92a767c View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. new containerlogs collector for containerd clusters - still needs to …

    …be plumbed into main app
    davidkydd committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    12bbfd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a5aa64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bb4a37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c61fed View commit details
    Browse the repository at this point in the history
  5. remove unused config

    davidkydd committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    fc7bc03 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    248d8fd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c32622a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c575b09 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2021

  1. Configuration menu
    Copy the full SHA
    99fb06c View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Merge branch 'master' into kindClusterSupport

    # Conflicts:
    #	pkg/utils/helper.go
    davidkydd committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    c68790f View commit details
    Browse the repository at this point in the history
  2. fix golint errors

    davidkydd committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    3fd2587 View commit details
    Browse the repository at this point in the history