evolv34
evolv34
Hello, Is there any work around to connect to cluster from java code ?
@shashank-g172 @vinayakanzen I just tried a simple work around to create a token. It worked for me. I am using java sdk version `1.11.458` Value for the below function ```...
@shashank-g172 Yes it worked for me. Can you try setting expiration time to 60 seconds instead of 2 hours `https://github.com/kubernetes-sigs/aws-iam-authenticator/blob/master/pkg/token/token.go#L240-L242` The server code has a limitation. I hope that fixes...
Hi @shashank-g172, Let me try it. I am using ``` io.kubernetes client-java 2.0.0 ``` I am using official kubernetes java client `https://github.com/kubernetes-client/java`. Let me try it with fabric8 and I...
Hi @daaru00 This configuration worked for me ``` version: '2.1' services: rundeck: image: hostname: rundeck healthcheck: test: ["CMD", "curl", "-f", "http://localhost:4440/menu/home"] interval: 50s timeout: 30s retries: 3 depends_on: database: condition:...