Skip to content

Update Kubernetes example to latest version #4371

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

Closed
wants to merge 1 commit into from
Closed

Update Kubernetes example to latest version #4371

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Nov 7, 2021

Description:
The k8s example here has old otel collector image which does not had the new tls config implementation so replacing with new one and command line flag --mem-ballast-size-mib has been deprecated so removed that flag as well.

Link to tracking Issue:
4247

Testing:
I performed following steps in minikube k8s
$ kubectl apply -f otel-config.yaml

$ kubectl get pod

and checked all pod were up and there were no TLS error

Documentation:
Once it gets merged I will update the docs.

Since Easycla is not being triggered for my account which is https://github.com/shree007 so I am trying with another account. I have created the Linux foundation account and connect the my current github account.

@ghost ghost requested review from a team and codeboten November 7, 2021 20:10
@codecov
Copy link

codecov bot commented Nov 8, 2021

Codecov Report

Merging #4371 (1286f8f) into main (5007cef) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #4371   +/-   ##
=======================================
  Coverage   88.42%   88.42%           
=======================================
  Files         176      176           
  Lines       10377    10377           
=======================================
  Hits         9176     9176           
  Misses        971      971           
  Partials      230      230           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5007cef...1286f8f. Read the comment docs.

@@ -214,3 +210,4 @@ spec:
# path: cert.pem
# - key: key.pem
# path: key.pem

Copy link
Member

Choose a reason for hiding this comment

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

Remove this extra new line, already one new line.

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.

1 participant