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

more info about how to scrape k0s internals #3915

Closed
wants to merge 24 commits into from
Closed

more info about how to scrape k0s internals #3915

wants to merge 24 commits into from

Commits on Jan 16, 2024

  1. more info about how to scrape k0s internals

    Signed-off-by: Bartosz Fenski <[email protected]>
    Bartosz Fenski committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    63b05b5 View commit details
    Browse the repository at this point in the history
  2. Update docs/system-monitoring.md

    Co-authored-by: Tom Wieczorek <[email protected]>
    Signed-off-by: Bartosz Fenski <[email protected]>
    Signed-off-by: Bartosz Fenski <[email protected]>
    2 people authored and Bartosz Fenski committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    70f2b24 View commit details
    Browse the repository at this point in the history
  3. Update docs/system-monitoring.md

    Co-authored-by: Tom Wieczorek <[email protected]>
    Signed-off-by: Bartosz Fenski <[email protected]>
    Signed-off-by: Bartosz Fenski <[email protected]>
    2 people authored and Bartosz Fenski committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    52eb322 View commit details
    Browse the repository at this point in the history
  4. Update docs/system-monitoring.md

    Co-authored-by: Tom Wieczorek <[email protected]>
    Signed-off-by: Bartosz Fenski <[email protected]>
    Signed-off-by: Bartosz Fenski <[email protected]>
    2 people authored and Bartosz Fenski committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    9a69814 View commit details
    Browse the repository at this point in the history
  5. promql

    Signed-off-by: Bartosz Fenski <[email protected]>
    Bartosz Fenski committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    eb6f97e View commit details
    Browse the repository at this point in the history
  6. Bump kine to v0.11.3

    https://github.com/k3s-io/kine/releases/tag/v0.11.3
    
    Signed-off-by: Tom Wieczorek <[email protected]>
    Signed-off-by: Bartosz Fenski <[email protected]>
    twz123 authored and Bartosz Fenski committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    469a5cb View commit details
    Browse the repository at this point in the history
  7. Remove image validation check

    K0s ships airgap image bundles for all the supported architectures.
    Whenever an image is not available for a given platform, the bundle
    generation will fail and give an appropriate CI signal. No need for a
    separate check.
    
    Signed-off-by: Tom Wieczorek <[email protected]>
    Signed-off-by: Bartosz Fenski <[email protected]>
    twz123 authored and Bartosz Fenski committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    f7cc5fe View commit details
    Browse the repository at this point in the history
  8. Docs: Fix typo in docker command

    Signed-off-by: Niklas Wagner <[email protected]>
    Signed-off-by: Bartosz Fenski <[email protected]>
    Skaronator authored and Bartosz Fenski committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    a2b2840 View commit details
    Browse the repository at this point in the history
  9. Bump github.com/k0sproject/version from 0.4.2 to 0.5.0

    Bumps [github.com/k0sproject/version](https://github.com/k0sproject/version) from 0.4.2 to 0.5.0.
    - [Release notes](https://github.com/k0sproject/version/releases)
    - [Commits](k0sproject/version@v0.4.2...v0.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/k0sproject/version
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Bartosz Fenski <[email protected]>
    dependabot[bot] authored and Bartosz Fenski committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    4f33e5f View commit details
    Browse the repository at this point in the history
  10. Bump jinja2 from 3.1.2 to 3.1.3 in /docs

    Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.1.2...3.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: jinja2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Bartosz Fenski <[email protected]>
    dependabot[bot] authored and Bartosz Fenski committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    005ba49 View commit details
    Browse the repository at this point in the history
  11. Bump markdown from 3.5.1 to 3.5.2 in /docs

    Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.5.1 to 3.5.2.
    - [Release notes](https://github.com/Python-Markdown/markdown/releases)
    - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md)
    - [Commits](Python-Markdown/markdown@3.5.1...3.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: markdown
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Bartosz Fenski <[email protected]>
    dependabot[bot] authored and Bartosz Fenski committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    3f88b6a View commit details
    Browse the repository at this point in the history
  12. Add extraArgs config for kube-router

    This is for advanced use cases and users that need to control things like ASN, routing and peering. Allows also users to override any k0s managed startup args.
    
    Signed-off-by: Jussi Nummelin <[email protected]>
    Signed-off-by: Bartosz Fenski <[email protected]>
    jnummelin authored and Bartosz Fenski committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    16c83e2 View commit details
    Browse the repository at this point in the history
  13. Bump golang.org/x/tools from 0.16.1 to 0.17.0

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.16.1 to 0.17.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.16.1...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Bartosz Fenski <[email protected]>
    dependabot[bot] authored and Bartosz Fenski committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    027ea26 View commit details
    Browse the repository at this point in the history
  14. Bump controller-tools to v0.14.0

    twz123 authored and Bartosz Fenski committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    ee44848 View commit details
    Browse the repository at this point in the history
  15. Bump mkdocs-material from 9.5.3 to 9.5.4 in /docs

    Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.3 to 9.5.4.
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.3...9.5.4)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Bartosz Fenski <[email protected]>
    dependabot[bot] authored and Bartosz Fenski committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    657b7c9 View commit details
    Browse the repository at this point in the history
  16. Bump github.com/k0sproject/version from 0.5.0 to 0.6.0

    Bumps [github.com/k0sproject/version](https://github.com/k0sproject/version) from 0.5.0 to 0.6.0.
    - [Release notes](https://github.com/k0sproject/version/releases)
    - [Commits](k0sproject/version@v0.5.0...v0.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/k0sproject/version
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Bartosz Fenski <[email protected]>
    dependabot[bot] authored and Bartosz Fenski committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    90d87d3 View commit details
    Browse the repository at this point in the history
  17. Bump github.com/go-playground/validator/v10 from 10.16.0 to 10.17.0

    Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.16.0 to 10.17.0.
    - [Release notes](https://github.com/go-playground/validator/releases)
    - [Commits](go-playground/validator@v10.16.0...v10.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-playground/validator/v10
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Bartosz Fenski <[email protected]>
    dependabot[bot] authored and Bartosz Fenski committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    624d22f View commit details
    Browse the repository at this point in the history
  18. Use upload/download to share airgap bundles between tests

    This removes the cache hack that was used to share the prebuilt image
    bundles with the integration tests. The upload/download action is now
    reasonably fast.
    
    Signed-off-by: Tom Wieczorek <[email protected]>
    Signed-off-by: Bartosz Fenski <[email protected]>
    twz123 authored and Bartosz Fenski committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c379ad7 View commit details
    Browse the repository at this point in the history
  19. Automate k0sctl version setting across test suites

    Removes the need to make manual changes for k0sctl version bumps.
    The version is obtained from hack/tool/go.mod which is updated
    automatically by dependabot. All the other suites that use k0sctl
    now get their k0sctl version by reading it from hack/tool/go.mod.
    
    Signed-off-by: Kimmo Lehto <[email protected]>
    Signed-off-by: Bartosz Fenski <[email protected]>
    kke authored and Bartosz Fenski committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    13b176c View commit details
    Browse the repository at this point in the history
  20. Allow overriding k0sctl-version in ostests-e2e

    Signed-off-by: Kimmo Lehto <[email protected]>
    Signed-off-by: Bartosz Fenski <[email protected]>
    kke authored and Bartosz Fenski committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    2f4481a View commit details
    Browse the repository at this point in the history
  21. Use hack/tool/go.mod k0sctl version in conformance test

    Signed-off-by: Kimmo Lehto <[email protected]>
    Signed-off-by: Bartosz Fenski <[email protected]>
    kke authored and Bartosz Fenski committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    ea15fee View commit details
    Browse the repository at this point in the history
  22. Provide empty asset offsets without codegen

    This removes the necessity to generate the empty asset file in the
    Makefile. Switch between the empty and generated files at compile time
    via the noembedbins go build tag.
    
    Signed-off-by: Tom Wieczorek <[email protected]>
    Signed-off-by: Bartosz Fenski <[email protected]>
    twz123 authored and Bartosz Fenski committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    e3a5646 View commit details
    Browse the repository at this point in the history
  23. Bump containerd to v1.7.12

    https://github.com/containerd/containerd/releases/tag/v1.7.12
    
    Signed-off-by: Tom Wieczorek <[email protected]>
    Signed-off-by: Bartosz Fenski <[email protected]>
    twz123 authored and Bartosz Fenski committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    31efde3 View commit details
    Browse the repository at this point in the history
  24. Bump sigs.k8s.io/controller-runtime from 0.16.3 to 0.17.0

    Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.16.3 to 0.17.0.
    - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
    - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
    - [Commits](kubernetes-sigs/controller-runtime@v0.16.3...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: sigs.k8s.io/controller-runtime
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Bartosz Fenski <[email protected]>
    dependabot[bot] authored and Bartosz Fenski committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    a5011cf View commit details
    Browse the repository at this point in the history