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

Fix ADOT Versions #943

Merged
merged 2 commits into from
Mar 7, 2024
Merged

Fix ADOT Versions #943

merged 2 commits into from
Mar 7, 2024

Conversation

elamaran11
Copy link
Collaborator

Issue #, if available:

Description of changes:

kubectl get all -n adot
NAME                                                 READY   STATUS    RESTARTS   AGE
pod/otel-collector-amp-collector-5db7c94fbd-kg2mp    1/1     Running   0          9m44s
pod/otel-collector-xray-collector-858f4c5454-5r8qk   1/1     Running   0          9m45s

NAME                                               TYPE        CLUSTER-IP       EXTERNAL-IP   PORT(S)             AGE
service/otel-collector-amp-collector-monitoring    ClusterIP   172.20.135.254   <none>        8888/TCP            9m44s
service/otel-collector-xray-collector              ClusterIP   172.20.159.154   <none>        4317/TCP,4318/TCP   9m45s
service/otel-collector-xray-collector-headless     ClusterIP   None             <none>        4317/TCP,4318/TCP   9m45s
service/otel-collector-xray-collector-monitoring   ClusterIP   172.20.77.89     <none>        8888/TCP            9m45s

NAME                                            READY   UP-TO-DATE   AVAILABLE   AGE
deployment.apps/otel-collector-amp-collector    1/1     1            1           9m44s
deployment.apps/otel-collector-xray-collector   1/1     1            1           9m45s

NAME                                                       DESIRED   CURRENT   READY   AGE
replicaset.apps/otel-collector-amp-collector-5db7c94fbd    1         1         1       9m45s
replicaset.apps/otel-collector-xray-collector-858f4c5454   1         1         1       9m46s
░▒▓    ~/WorkDocsDownloads/AWS_Internal/Containers/cdk-eks-blueprints    fix/adotVersion ▓▒░                         ░▒▓ 4s   blueprint-construct-dev ⎈  18:07:47  ▓▒░─╮

^C
░▒▓    ~/WorkDocsDownloads/AWS_Internal/Containers/cdk-eks-blueprints    fix/adotVersion ▓▒░                        ░▒▓ INT ✘  blueprint-construct-dev ⎈  18:08:02  ▓▒░─╮
❯
─╯
kubectl get all -n opentelemetry-operator-system
NAME                                          READY   STATUS    RESTARTS   AGE
pod/opentelemetry-operator-767c6c87d8-vptqc   2/2     Running   0          2m11s

NAME                                     TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)             AGE
service/opentelemetry-operator           ClusterIP   172.20.214.55   <none>        8443/TCP,8080/TCP   10m
service/opentelemetry-operator-webhook   ClusterIP   172.20.83.176   <none>        443/TCP             10m

NAME                                     READY   UP-TO-DATE   AVAILABLE   AGE
deployment.apps/opentelemetry-operator   1/1     1            1           10m

NAME                                                DESIRED   CURRENT   READY   AGE
replicaset.apps/opentelemetry-operator-6785bf4fc7   0         0         0       10m
replicaset.apps/opentelemetry-operator-767c6c87d8   1         1         1       2m12s

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@shapirov103
Copy link
Collaborator

/do-e2e-tests

Copy link

@aws-ia-ci aws-ia-ci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

end to end tests passed

@elamaran11
Copy link
Collaborator Author

@shapirov103 E2e Passed so i think, this fixes the E2E problem for the release. Feel free to merge.

@shapirov103 shapirov103 merged commit 31a0be6 into main Mar 7, 2024
1 check passed
@elamaran11 elamaran11 deleted the fix/adotVersion branch March 7, 2024 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants