helm/charts 14987
⚠️(OBSOLETE) Curated applications for Kubernetes
HackUCI2017
The canonical location of the Kubernetes API definition.
Azure Container Service Engine - a place for community to collaborate and build the best open Docker container infrastructure for Azure.
AKS-Engine: Units of Kubernetes on Azure!
Prometheus Alertmanager
tariq1890/AndroidDynamicLoader 0
dynamic load dex and res files to android runtime. including activity and fragment loader.
Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.
pull request commentkubernetes/kube-state-metrics
Propagate resource version when sharded
/assign tariq1890
comment created time in 43 minutes
pull request commentkubernetes/kube-state-metrics
Propagate resource version when sharded
Signed the CLA
comment created time in an hour
issue commentkubernetes/kube-state-metrics
Request for pod memory and CPU usage metrics
@jpenekusu can you explain a bit more what kind of metrics you are looking for, we already have pod resource metrics in both Kubernetes as well as in kube-state-metrics.
comment created time in 4 hours
issue closedkubernetes/kube-state-metrics
Bump go version in CI to 1.16+
It seems that go 1.16 introduced some changes that made our modules test fail, see https://github.com/kubernetes/kube-state-metrics/pull/1397. That PR as a workaround pinned to 1.15 version. We should pin to go 1.16+ and fix any issues that made that job fail.
**Result: **
Our CI uses go 1.16+.
closed time in 4 hours
lilicissue commentkubernetes/kube-state-metrics
Bump go version in CI to 1.16+
Thank you @lou-lan! 🎉
comment created time in 4 hours
issue openedkubernetes/kube-state-metrics
[helm-chart] Per namespace deployment/sts
<!-- Please only use this template for submitting feature requests -->
What would you like to be added:
In environments where only namespaced resources are monitored via kube-state-metrics it would be useful to have an optional parameter in helm chart to configure whether a single or multiple Deployments/StatefulSets of ksm is deployed. When enabled this can work as a per-namespace sharding as individual ksm deployments can one separate namespaces.
Why is this needed: Sharding kube-state-metrics metrics collection.
Describe the solution you'd like Add a new parameter in helm chart
# When enabled,. namespace sharding creates one Deployment/Stateful for each scraped namespace
# namespaceSharding:
# enable: true
Additional context
created time in 11 hours
startedMaterializeInc/tb
started time in 20 hours
startedbastion-rs/bastion
started time in a day
push eventkubernetes/kube-state-metrics
commit sha ef2c5efb4e967216655db58309633492a013a13c
Bump go version in CI to 1.16+
commit sha d0b334a3d0e0c9ed7bfb94b8a12e9e5b416d2cc6
Merge pull request #1399 from lou-lan/feature/bump-go-version-to-2.26 Bump go version in CI to 1.16+
push time in a day
PR merged kubernetes/kube-state-metrics
<!-- Thanks for sending a pull request! Here are some tips for you:
- If this is your first time, read our contributor guidelines https://git.k8s.io/community/contributors/guide/pull-requests.md#the-pull-request-submit-process and developer guide https://git.k8s.io/community/contributors/devel/development.md#development-guide
- If you want faster PR reviews, read how: https://git.k8s.io/community/contributors/guide/pull-requests.md#best-practices-for-faster-reviews
- Follow the instructions for writing a release note: https://git.k8s.io/community/contributors/guide/pull-requests.md#write-release-notes-if-needed
- If the PR is unfinished, see how to mark it: https://git.k8s.io/community/contributors/guide/pull-requests.md#marking-unfinished-pull-requests -->
What this PR does / why we need it:
This PR bump go version in CI to 1.16+.
@brancz @lilic
Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Ref: #1398
pr closed time in a day
pull request commentkubernetes/kube-state-metrics
Bump go version in CI to 1.16+
/hold cancel
comment created time in a day
pull request commentkubernetes/kube-state-metrics
Bump go version in CI to 1.16+
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: <a href="https://github.com/kubernetes/kube-state-metrics/pull/1399#issuecomment-788012450" title="LGTM">lilic</a>, <a href="https://github.com/kubernetes/kube-state-metrics/pull/1399#" title="Author self-approved">lou-lan</a>
The full list of commands accepted by this bot can be found here.
The pull request process is described here
<details > Needs approval from an approver in each of these files:
OWNERS[lilic]
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
</details>
<!-- META={"approvers":[]} -->
comment created time in a day
pull request commentkubernetes/kube-state-metrics
Bump go version in CI to 1.16+
/lgtm
Thank you!!
/hold @brancz feel free to release the hold 🎉
comment created time in a day
pull request commentkubernetes/kube-state-metrics
Propagate resource version when sharded
@andreihagiescu-db: PR needs rebase.
<details>
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. </details>
comment created time in a day
pull request commentkubernetes/kube-state-metrics
Propagate resource version when sharded
Keywords which can automatically close issues and at(@) or hashtag(#) mentions are not allowed in commit messages.
The list of commits with invalid commit messages:
- ab1143e [stable/kube-state-metrics] add pod affinity (#12819)
- 21b54d2 [stable/kube-state-metrics] Version bump to 1.9.5 (#20915)
<details>
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. </details>
comment created time in a day
Pull request review commentkubernetes/kube-state-metrics
Bump go version in CI to 1.16+
jobs: - name: Set up Go 1.x uses: actions/setup-go@v2 with:- go-version: 1.15+ go-version: ^1.15
I think this is the most rigorous, I changed it to 1.16+.
comment created time in a day
issue commentkubernetes/kube-state-metrics
Metric encoding is broken when using --enable-gzip-encoding flag.
Any updates?
Already merged into rc2 branch
comment created time in a day
Pull request review commentkubernetes/kube-state-metrics
Bump go version in CI to 1.16+
jobs: - name: Set up Go 1.x uses: actions/setup-go@v2 with:- go-version: 1.15+ go-version: ^1.15
Sorry one more thing I missed, since we no require 1.16 go version we should setup our CI to be go 1.16 onwards for all jobs in this file.
comment created time in a day
startedadamyordan/laplace
started time in a day
startednaivewong/heracles
started time in a day
issue commentkubernetes/kube-state-metrics
Metric encoding is broken when using --enable-gzip-encoding flag.
Any updates?
comment created time in a day
pull request commentkubernetes/kube-state-metrics
Bump go version in CI to 1.16+
Yes I thought so as well, do you mind doing that? Thank you! I have updated.
comment created time in a day
pull request commentkubernetes/kube-state-metrics
Bump go version in CI to 1.16+
I have another question. Should I commit to master or release-2.0 ?
We want it in release-2.0 first and we will port to master when rc happens this week.
The version of go directive should be updated to 1.16
Yes I thought so as well, do you mind doing that? Thank you!
comment created time in a day
issue commentkubernetes/kube-state-metrics
Failed to list *v1.ReplicaSet: proto: wrong wireType = 2 for field ReadOnly
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale
comment created time in 2 days
pull request commentkubernetes/kube-state-metrics
Added package called 'docsgenerator' for automatic docs creations along with working examples
@lilic I have changed as per the review comments, the main intention of this PR is the functionality of the package docscollector, It is required to fetch all the resources but currently have took one example as the resource: configMapMetricFamilies.
comment created time in 2 days
issue commentkubernetes/kube-state-metrics
kube-state-metrics not serving metrics anymore but not failing
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale
comment created time in 2 days
pull request commentkubernetes/kube-state-metrics
Update README.md to reflect new --labels-allow-list
/remove-lifecycle stale
I will pick up this again with the newly added info
comment created time in 2 days
pull request commentkubernetes/kube-state-metrics
Update README.md to reflect new --labels-allow-list
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale
comment created time in 2 days
startedFlxPeters/netbox-prometheus-sd
started time in 4 days