You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(terraform): resolve OCI production deployment issues for managed nodes
Fix multiple issues discovered during OKE managed node pool deployment:
- Add init container to extract Oracle wallet zip and fix sqlnet.ora path
- Add Redis --requirepass command (official image doesn't use REDIS_PASSWORD env)
- Add NSG rules for NodePort range (30000-32767) and kube-proxy health check (10256)
- Add security list rules for LB-to-worker traffic on managed nodes
- Fix LB NSG annotation to use correct OKE CCM format
- Configure free-tier ADB settings to match existing database state
- Add ignore_changes for freeform_tags on free-tier ADB (rejects updates)
- Mark sensitive outputs in k8s module
- Add OCI CLI profile for Terraform provider authentication
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments