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

Add kubernetes probes support #78

Closed
psibi opened this issue May 24, 2021 · 1 comment · Fixed by #105
Closed

Add kubernetes probes support #78

psibi opened this issue May 24, 2021 · 1 comment · Fixed by #105
Labels
good first issue Good for newcomers

Comments

@psibi
Copy link

psibi commented May 24, 2021

From looking at the deployment manifest, it currently doesn't seem to have any probes for readiness or liveness check.

It would be nice to get that fixed.

@davidcollom davidcollom added the good first issue Good for newcomers label May 4, 2022
@RobertWRoss
Copy link

time="2023-04-15T09:59:48Z" level=debug msg="image is not latest docker.io/istio/proxyv2: 1.11.4 -> 1.17.2" container=istio-proxy module=controller
name=tst-gh-int82-xfr-dispatch-656c66454-tj47x namespace=tst-gh
time="2023-04-15T09:59:48Z" level=error msg="error syncing 'tst-gh-int82-xfr-dispatch-656c66454-tj47x/tst-gh':
failed to sync pod tst-gh-int82-xfr-dispatch-656c66454-tj47x/tst-gh: failed to check container image "int82-xfr-dispatch":
failed to get tags from remote registry for "ol8-tst-k8s-master-node.com:5000/int82-xfr-dispatch": failed to get docker image:
Get "https://ol8-tst-k8s-master-node.gcp.itemate.com:5000/v2/int82-xfr-dispatch/tags/list?n=500\": x509: certificate signed by unknown authority,
requeuing" module=controller

curl -k -u docker_reg:0IFmcttx00 https://ol8-tst-k8s-master-node.com:5000/v2/int82-xfr-dispatch/tags/list?n=5000
{"name":"int82-xfr-dispatch","tags":["tst-bj-20211102-J11-237-1183f99c","tst-gh-20211117-J13-240-c3f64612"

   version-checker
Args:
  --test-all-containers
  --selfhosted-username=docker_reg
  --selfhosted-password=0IFmcttx00
  --insecure-skip-tls-verify=true
  --log-level=debug

This is the Error that I am getting in the log file.
How are you calling the versions. What do I need to add to my config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants