Skip to content

Commit f599e6e

Browse files
haimariclaude
andcommitted
fix: Ensure flexible shapes fix is in deployment image
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4c56e44 commit f599e6e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/providers/oci/instancetypes.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,7 @@ func (p *InstanceTypeProvider) generateFlexibleInstanceTypes(shape *Shape) []*cl
615615
}
616616

617617
// generateFlexibleConfigurations creates a comprehensive set of OCPU/Memory combinations
618+
// for dynamic provisioning based on pod resource requirements
618619
// to support various workload patterns including exact requirements for pods
619620
func (p *InstanceTypeProvider) generateFlexibleConfigurations(shape *Shape) []struct {
620621
ocpus int32

0 commit comments

Comments
 (0)