-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hello
I'm posting here because you are maintaining source code to be able to deploy cloudlogs agent on IBMCloud platform
I have an issue while deploying CloudLogs Agent on my clusters. Pods are OK and running. Logs are OK for ROKS 4.15 but full off permission denied while running with ROKS 4.16 / 4.17.
Il is the same behaviour with different versions of cloudlogs agent (1.4.2 / 1.6.1 / 1.6.2)
Logs become OK with ROKS 4.16 / ROKS 4.17 if i change the security constraints of the cloudlogs agent daemon set but using helm release i can not change this parameter.
Could you please help me understanding the difference of behaviour while deploying ROKS 4.15 / ROKS 4.17 with the same code / the same parameters and the same version of cloudlogs agent. Have you encountered this behaviour ? Have you checked logs after deploying and not only pods status ?
See attached document for :
- Deployment code (lines 477-612) : main.tf.txt
- cloudlogs agent logs on ROKS 4.15 : logs_roks-415.txt
- cloudlogs agent logs on ROKS 4.17 : logs_roks-417.txt
Regards