Ryan Eberhard
Ryan Eberhard
I'll see if I can find a Windows machine on which to reproduce this. Note: I see that you are running with the image `store/oracle/weblogic:12.2.1.3`; Oracle is no longer publishing...
These port mappings are for clients external to the container, correct? But, the managed server and the admin server running in the same container also need to communicate with each...
Agreed. We've had to make clumsy workarounds to only package the chart if one of the source files changes. One issue is the embedded time stamps.
@lennyphan, are your concerns addressed? If so, can you please remove "changes requested" or approve.
It seems reasonable to have an easy way to see or validate the version number, but I'm not sure about changing the file name. Changing the file name forces deployment...
Presently, the operator has schema validation at `kubectl apply` time and then additional validations as the operator responds to the newly created Domain resource, including after the introspection phase. These...
@brendandburns, the SnakeYAML dependency is the only one I see on our security scans: "MEDIUM","CVE-2022-38749","Using snakeYAML to parse untrusted YAML files may be vulnerable to Denial of Service attacks (DOS)....
I've been sick for a few days and am back in the office now... I see that a cherry-pick PR has already been created for SnakeYAML 1.33. Shall I create...
I'm going to close this issue because 16.0.1 was released. @dani8art, perhaps open a new issue for the items that you wanted backported? @brendandburns, the good news is that https://mvnrepository.com/artifact/io.kubernetes/client-java/16.0.1...
Hi @belfo, Thanks for reaching out. We had considered adding a startup probe but hadn't thought that it was necessary because our current liveness probe is designed to succeed while...