Skip to content

Conversation

@frozenprocess
Copy link
Contributor

Description

This PR allows users to change the filename via installation manfiest.

example:

apiVersion: operator.tigera.io/v1
kind: Installation
metadata:
  name: default
spec:
  cni:
    type: Calico
    ipam:
      type: Calico
    confName: "00-calico.conflist"

Release Note

Installation manifest now allows users to change the CNI file name using the `confName` value under the subtree of `cni`.

For PR author

  • Tests for change.
  • [ x ] If changing pkg/apis/, run make gen-files
  • [ x ] If changing versions, run make gen-versions

For PR reviewers

A note for code reviewers - all pull requests must have the following:

  • Milestone set according to targeted release.
  • Appropriate labels:
    • kind/bug if this is a bugfix.
    • kind/enhancement if this is a a new feature.
    • enterprise if this PR applies to Calico Enterprise only.

This PR allows users to change the filename via installation manfiest.

example:
```
apiVersion: operator.tigera.io/v1
kind: Installation
metadata:
  name: default
spec:
  cni:
    type: Calico
    ipam:
      type: Calico
    confName: "00-calico.conflist"
```
@frozenprocess frozenprocess requested a review from a team as a code owner January 24, 2026 22:42
@marvin-tigera marvin-tigera added this to the v1.42.0 milestone Jan 24, 2026
@frozenprocess frozenprocess marked this pull request as draft January 24, 2026 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants