Commit 23af39a
fix: Only allow VM.Standard.E4.Flex and E5.Flex for right-sizing
B1.16 has 16 fixed CPUs but grafana-agent only needs 5 CPU + 30GB.
E4.Flex and E5.Flex can be sized to exactly 3 OCPUs (6 vCPUs) + 30GB.
- Block all other VM.Standard shapes (B1, E2, etc.)
- Only allow E4.Flex and E5.Flex that support flexible sizing
- This enables true right-sizing: 3 OCPUs instead of 16 CPUs
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent dd978cb commit 23af39a
1 file changed
Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
106 | 117 | | |
107 | 118 | | |
108 | 119 | | |
| |||
0 commit comments