mirror of
https://github.com/rancher/k3k.git
synced 2026-05-22 09:12:59 +00:00
Revert CIDR pool allocation and fix delete (#35)
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
This commit is contained in:
@@ -1,38 +0,0 @@
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
name: cidrallocationpools.k3k.io
|
||||
spec:
|
||||
group: k3k.io
|
||||
versions:
|
||||
- name: v1alpha1
|
||||
served: true
|
||||
storage: true
|
||||
schema:
|
||||
openAPIV3Schema:
|
||||
type: object
|
||||
properties:
|
||||
spec:
|
||||
type: object
|
||||
properties:
|
||||
defaultClusterCIDR:
|
||||
type: string
|
||||
status:
|
||||
type: object
|
||||
properties:
|
||||
pool:
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
clusterName:
|
||||
type: string
|
||||
issued:
|
||||
type: integer
|
||||
ipNet:
|
||||
type: string
|
||||
scope: Cluster
|
||||
names:
|
||||
plural: cidrallocationpools
|
||||
singular: cidrallocationpool
|
||||
kind: CIDRAllocationPool
|
||||
@@ -3,9 +3,9 @@ namespace: k3k-system
|
||||
|
||||
image:
|
||||
repository: husseingalal/k3k
|
||||
pullPolicy: IfNotPresent
|
||||
pullPolicy: Always
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: "v0.0.0-alpha5"
|
||||
tag: "dev"
|
||||
|
||||
imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
@@ -16,4 +16,4 @@ serviceAccount:
|
||||
create: true
|
||||
# The name of the service account to use.
|
||||
# If not set and create is true, a name is generated using the fullname template
|
||||
name: ""
|
||||
name: ""
|
||||
|
||||
Reference in New Issue
Block a user