Giter Site home page Giter Site logo

gh-test-repo's Introduction

gh-test-repo

Repo to test changes

gh-test-repo's People

Contributors

slashpai avatar

Watchers

 avatar

gh-test-repo's Issues

[BUG] test 2

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

test

Did you expect to see something different?

test

Steps To Reproduce (as minimally and precisely as possible)

No response

Environment

- Prometheus Operator version (please provide operator version and not kube-prometheus/helm chart version):
- Kubernetes Version:
- Kubernetes Cluster Type:

Manifests

apiVersion: v1
kind: Pod
metadata:
  labels:
     app: example

Anything else?

No response

[BUG] <title>

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

test

Did you expect to see something different?

test

Steps To Reproduce (as minimally and precisely as possible)

No response

Environment

- Prometheus Operator version (please provide operator version and not kube-prometheus/helm chart version):
  
  Try kubectl -n monitoring describe deployment prometheus-operator 
  v0.69.1
  
- Kubernetes Version:
  ```console
  kubectl version --output=json
  # paste output here
output
  • Kubernetes Cluster Type:


### Manifests

_No response_

### Anything else?

_No response_

Test

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

explain what happend

What did you expect to see?

expected to see

Steps To Reproduce (as minimally and precisely as possible)

Deploy in similar fashion

k apply -f <folder>

Prometheus Operator Version

operator
Name:                   prometheus-operator
Namespace:              default
CreationTimestamp:      Sun, 10 Dec 2023 13:40:48 +0530
Labels:                 app.kubernetes.io/component=controller
                        app.kubernetes.io/name=prometheus-operator
                        app.kubernetes.io/version=0.70.0
Annotations:            deployment.kubernetes.io/revision: 1
Selector:               app.kubernetes.io/component=controller,app.kubernetes.io/name=prometheus-operator
Replicas:               1 desired | 1 updated | 1 total | 1 available | 0 unavailable
StrategyType:           RollingUpdate
MinReadySeconds:        0
RollingUpdateStrategy:  25% max unavailable, 25% max surge
Pod Template:
  Labels:           app.kubernetes.io/component=controller
                    app.kubernetes.io/name=prometheus-operator
                    app.kubernetes.io/version=0.70.0
  Annotations:      kubectl.kubernetes.io/default-container: prometheus-operator
  Service Account:  prometheus-operator
  Containers:
   prometheus-operator:
    Image:      quay.io/prometheus-operator/prometheus-operator:v0.70.0
    Port:       8080/TCP
    Host Port:  0/TCP
    Args:
      --kubelet-service=kube-system/kubelet
      --prometheus-config-reloader=quay.io/prometheus-operator/prometheus-config-reloader:v0.70.0
    Limits:
      cpu:     200m
      memory:  200Mi
    Requests:
      cpu:     100m
      memory:  100Mi
    Environment:
      GOGC:  30
    Mounts:  <none>
  Volumes:   <none>
Conditions:
  Type           Status  Reason
  ----           ------  ------
  Progressing    True    NewReplicaSetAvailable
  Available      True    MinimumReplicasAvailable
OldReplicaSets:  <none>
NewReplicaSet:   prometheus-operator-5dbf6c95cc (1/1 replicas created)
Events:          <none>

Kubernetes Version

clientVersion:
  buildDate: "2023-07-13T19:54:28Z"
  compiler: gc
  gitCommit: e4c9a6aeac8e382ad8a5dd6c2031a694ca0b80eb
  gitTreeState: clean
  gitVersion: v1.26.1
  goVersion: go1.19.10
  major: "1"
  minor: "26"
  platform: darwin/amd64
kustomizeVersion: v4.5.7
serverVersion:
  buildDate: "2023-03-15T13:33:12Z"
  compiler: gc
  gitCommit: 9e644106593f3f4aa98f8a84b23db5fa378900bd
  gitTreeState: clean
  gitVersion: v1.26.3
  goVersion: go1.19.7
  major: "1"
  minor: "26"
  platform: linux/amd64

Kubernetes Cluster Type

minikube

How did you deploy Prometheus-Operator?

yaml manifests

Manifests

apiVersion: apps/v1
kind: Deployment
metadata:
  labels:
    app.kubernetes.io/component: controller
    app.kubernetes.io/name: prometheus-operator
    app.kubernetes.io/version: 0.52.0
  name: prometheus-operator
  namespace: default
spec:
  replicas: 1
  selector:
    matchLabels:
      app.kubernetes.io/component: controller
      app.kubernetes.io/name: prometheus-operator
  template:
    metadata:
      annotations:
        kubectl.kubernetes.io/default-container: prometheus-operator
      labels:
        app.kubernetes.io/component: controller
        app.kubernetes.io/name: prometheus-operator
        app.kubernetes.io/version: 0.52.0
    spec:
      containers:
      - args:
        - --kubelet-service=kube-system/kubelet
        - --prometheus-config-reloader=quay.io/prometheus-operator/prometheus-config-reloader:v0.52.0
        image: quay.io/prometheus-operator/prometheus-operator:v0.52.0
        name: prometheus-operator
        ports:
        - containerPort: 8080
          name: http
        resources:
          limits:
            cpu: 200m
            memory: 200Mi
          requests:
            cpu: 100m
            memory: 100Mi
        securityContext:
          allowPrivilegeEscalation: false
      nodeSelector:
        kubernetes.io/os: linux
      securityContext:
        runAsNonRoot: true
        runAsUser: 65534
      serviceAccountName: ""

prometheus-operator log output

level=info ts=2023-12-10T08:11:06.961579504Z caller=main.go:180 msg="Starting Prometheus Operator" version="(version=0.70.0, branch=refs/tags/v0.70.0, revision=c2c673f7123f3745a2a982b4a2bdc43a11f50fad)"
level=info ts=2023-12-10T08:11:06.96165629Z caller=main.go:181 build_context="(go=go1.21.4, platform=linux/amd64, user=Action-Run-ID-7048794395, date=20231130-15:41:45, tags=unknown)"
level=info ts=2023-12-10T08:11:06.961693979Z caller=main.go:192 msg="namespaces filtering configuration " config="{allow_list=\"\",deny_list=\"\",prometheus_allow_list=\"\",alertmanager_allow_list=\"\",alertmanagerconfig_allow_list=\"\",thanosruler_allow_list=\"\"}"
level=info ts=2023-12-10T08:11:06.969358613Z caller=main.go:221 msg="connection established" cluster-version=v1.26.3
level=info ts=2023-12-10T08:11:06.981149791Z caller=operator.go:321 component=prometheusoperator msg="Kubernetes API capabilities" endpointslices=true

Anything else?

no

[BUG] test issue

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

No response

Expected Behavior

No response

Steps To Reproduce

No response

Environment

- OS:
- Node:
- npm:

Anything else?

No response

Test

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

ddd

What did you expect to see?


Steps To Reproduce (as minimally and precisely as possible)

No response

Prometheus Operator Version

operator
Name: prometheus-operator
Namespace: default
CreationTimestamp: Sun, 10 Dec 2023 13:40:48 +0530
Labels: app.kubernetes.io/component=controller
app.kubernetes.io/name=prometheus-operator
app.kubernetes.io/version=0.70.0
Annotations: deployment.kubernetes.io/revision: 1
Selector: app.kubernetes.io/component=controller,app.kubernetes.io/name=prometheus-operator
Replicas: 1 desired | 1 updated | 1 total | 1 available | 0 unavailable
StrategyType: RollingUpdate
MinReadySeconds: 0
RollingUpdateStrategy: 25% max unavailable, 25% max surge
Pod Template:
Labels: app.kubernetes.io/component=controller
app.kubernetes.io/name=prometheus-operator
app.kubernetes.io/version=0.70.0
Annotations: kubectl.kubernetes.io/default-container: prometheus-operator
Service Account: prometheus-operator
Containers:
prometheus-operator:
Image: quay.io/prometheus-operator/prometheus-operator:v0.70.0
Port: 8080/TCP
Host Port: 0/TCP
Args:
--kubelet-service=kube-system/kubelet
--prometheus-config-reloader=quay.io/prometheus-operator/prometheus-config-reloader:v0.70.0
Limits:
cpu: 200m
memory: 200Mi
Requests:
cpu: 100m
memory: 100Mi
Environment:
GOGC: 30
Mounts:
Volumes:
Conditions:
Type Status Reason


Progressing True NewReplicaSetAvailable
Available True MinimumReplicasAvailable
OldReplicaSets:
NewReplicaSet: prometheus-operator-5dbf6c95cc (1/1 replicas created)
Events:

Kubernetes Version

clientVersion:
buildDate: "2023-07-13T19:54:28Z"
compiler: gc
gitCommit: e4c9a6aeac8e382ad8a5dd6c2031a694ca0b80eb
gitTreeState: clean
gitVersion: v1.26.1
goVersion: go1.19.10
major: "1"
minor: "26"
platform: darwin/amd64
kustomizeVersion: v4.5.7
serverVersion:
buildDate: "2023-03-15T13:33:12Z"
compiler: gc
gitCommit: 9e644106593f3f4aa98f8a84b23db5fa378900bd
gitTreeState: clean
gitVersion: v1.26.3
goVersion: go1.19.7
major: "1"
minor: "26"
platform: linux/amd64

Kubernetes Cluster Type

minikube

How did you deploy Prometheus-Operator?

prometheus-operator/kube-prometheus

Manifests

No response

prometheus-operator log output

bf6c95cc-48spg
level=info ts=2023-12-10T08:11:06.961579504Z caller=main.go:180 msg="Starting Prometheus Operator" version="(version=0.70.0, branch=refs/tags/v0.70.0, revision=c2c673f7123f3745a2a982b4a2bdc43a11f50fad)"
level=info ts=2023-12-10T08:11:06.96165629Z caller=main.go:181 build_context="(go=go1.21.4, platform=linux/amd64, user=Action-Run-ID-7048794395, date=20231130-15:41:45, tags=unknown)"
level=info ts=2023-12-10T08:11:06.961693979Z caller=main.go:192 msg="namespaces filtering configuration " config="{allow_list=\"\",deny_list=\"\",prometheus_allow_list=\"\",alertmanager_allow_list=\"\",alertmanagerconfig_allow_list=\"\",thanosruler_allow_list=\"\"}"
level=info ts=2023-12-10T08:11:06.969358613Z caller=main.go:221 msg="connection established" cluster-version=v1.26.3
level=info ts=2023-12-10T08:11:06.981149791Z caller=operator.go:321 component=prometheusoperator msg="Kubernetes API capabilities" endpointslices=true
level=info ts=2023-12-10T08:11:07.071706329Z caller=operator.go:308 component=prometheusagentoperator msg="Kubernetes API capabilities" endpointslices=true
level=info ts=2023-12-10T08:11:07.077967163Z caller=server.go:229 msg="starting insecure server" address=[::]:8080
level=info ts=2023-12-10T08:11:07.379002583Z caller=operator.go:270 component=thanosoperator msg="successfully synced all caches"
level=info ts=2023-12-10T08:11:07.578703793Z caller=operator.go:378 component=prometheusoperator msg="successfully synced all caches"
level=info ts=2023-12-10T08:11:07.678804846Z caller=operator.go:309 component=alertmanageroperator msg="successfully synced all caches"
level=info ts=2023-12-10T08:11:07.779008682Z caller=operator.go:417 component=prometheusagentoperator msg="successfully synced all caches"
level=info ts=2023-12-10T08:21:35.431976062Z caller=operator.go:975 component=prometheusoperator key=parca/prometheus msg="sync prometheus"

Anything else?

No response

[BUG] Test bug

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

test

Did you expect to see something different?

test

Steps To Reproduce (as minimally and precisely as possible)

No response

Environment

- Prometheus Operator version (please provide operator version and not kube-prometheus/helm chart version):
  
  Try kubectl -n monitoring describe deployment prometheus-operator 
  0.69.1
  
- Kubernetes Version:
  ```console
  kubectl version --output=json
 {
  "clientVersion": {
    "major": "1",
    "minor": "26",
    "gitVersion": "v1.26.1",
    "gitCommit": "e4c9a6aeac8e382ad8a5dd6c2031a694ca0b80eb",
    "gitTreeState": "clean",
    "buildDate": "2023-07-13T19:54:28Z",
    "goVersion": "go1.19.10",
    "compiler": "gc",
    "platform": "darwin/amd64"
  },
  "kustomizeVersion": "v4.5.7",
  "serverVersion": {
    "major": "1",
    "minor": "28+",
    "gitVersion": "v1.28.2-3446+20a57641f83e54-dirty",
    "gitCommit": "20a57641f83e54f94737cfc9830de5e270b0fa9e",
    "gitTreeState": "dirty",
    "buildDate": "2023-11-15T21:56:20Z",
    "goVersion": "go1.20.10 X:strictfipsruntime",
    "compiler": "gc",
    "platform": "linux/amd64"
  }
}
WARNING: version difference between client (1.26) and server (1.28) exceeds the supported minor version skew of +/-1
  • Kubernetes Cluster Type:


### Manifests

_No response_

### Anything else?

_No response_

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.