sokui commented on PR #3186: URL: https://github.com/apache/ozone/pull/3186#issuecomment-1140861029
Hi @adoroszlai, I found a k8s environment to test my PR. It works. I think one possible issue for your test is that you may use the cache of the docker image for k8s cluster (I actually saw the same failure result as your in my initial test). In order to guarantee you are using the latest image, I added `imagePullPolicy: Always` to the k8s yaml spec file. I also referenced your branch to merge the ozone and ozone-dn-restart environments. Could you pls test it again using my latest PR? Thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
