Hello :slightly_smiling_face: I'm trying to deploy...
# kubernetes
m
Hello 🙂 I'm trying to deploy a helm chart with a java program. Following the nginx example from the documentation, I get:
Copy code
error: Running program [PID: 11362](/Users/yanr/.sdkman/candidates/java/current/bin/java -jar cluster-helm.jar) failed with an unhandled exception:
    java.lang.IllegalStateException: Failed to load class 'ch.qos.logback.classic.ViewStatusMessagesServlet' (package: 'ch.qos.logback.classic') from class path: jakarta/servlet/http/HttpServlet
Does anyone have an idea about this? I'll be raising an issue because this is happening when I do
pulumi preview
and can't seem to figure out what I'm potentially doing wrong
corresponding issue if anyone encounters anything similar: https://github.com/pulumi/pulumi-kubernetes/issues/3701