This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 276
Change preset-mesh-config to be a configmap rather than custom resource #3654
Comments
snehachhabria
added a commit
to snehachhabria/osm
that referenced
this issue
Jun 25, 2021
This commit changes the kind of preset-mesh-config from MeshConfig to ConfigMap Fixes openservicemesh#3654 Signed-off-by: Sneha Chhabria <[email protected]>
snehachhabria
added a commit
to snehachhabria/osm
that referenced
this issue
Jun 25, 2021
This commit changes the kind of preset-mesh-config from MeshConfig to ConfigMap Fixes openservicemesh#3654 Signed-off-by: Sneha Chhabria <[email protected]>
snehachhabria
added a commit
to snehachhabria/osm
that referenced
this issue
Jun 25, 2021
This commit changes the kind of preset-mesh-config from MeshConfig to ConfigMap Fixes openservicemesh#3654 Signed-off-by: Sneha Chhabria <[email protected]>
snehachhabria
added a commit
to snehachhabria/osm
that referenced
this issue
Jun 25, 2021
This commit changes the kind of preset-mesh-config from MeshConfig to ConfigMap Fixes openservicemesh#3654 Signed-off-by: Sneha Chhabria <[email protected]>
snehachhabria
added a commit
to snehachhabria/osm
that referenced
this issue
Jun 25, 2021
This commit changes the kind of preset-mesh-config from MeshConfig to ConfigMap Fixes openservicemesh#3654 Signed-off-by: Sneha Chhabria <[email protected]>
shalier
pushed a commit
to shalier/osm
that referenced
this issue
Jun 30, 2021
This commit changes the kind of preset-mesh-config from MeshConfig to ConfigMap Fixes openservicemesh#3654 Signed-off-by: Sneha Chhabria <[email protected]>
brunoterkaly
pushed a commit
to brunoterkaly/osm
that referenced
this issue
Jul 3, 2021
This commit changes the kind of preset-mesh-config from MeshConfig to ConfigMap Fixes openservicemesh#3654 Signed-off-by: Sneha Chhabria <[email protected]>
mergify bot
pushed a commit
that referenced
this issue
Jul 8, 2021
This commit changes the kind of preset-mesh-config from MeshConfig to ConfigMap Fixes #3654 Signed-off-by: Sneha Chhabria <[email protected]> (cherry picked from commit 2429d81) # Conflicts: # charts/osm/templates/preset-mesh-config.yaml # cmd/init-osm-controller/init-osm-controller_test.go
snehachhabria
added a commit
that referenced
this issue
Jul 8, 2021
This commit changes the kind of preset-mesh-config from MeshConfig to ConfigMap Fixes #3654 Signed-off-by: Sneha Chhabria <[email protected]>
snehachhabria
added a commit
to snehachhabria/osm
that referenced
this issue
Jul 8, 2021
This commit changes the kind of preset-mesh-config from MeshConfig to ConfigMap Fixes openservicemesh#3654 Signed-off-by: Sneha Chhabria <[email protected]> (cherry picked from commit 2429d81)
snehachhabria
added a commit
to snehachhabria/osm
that referenced
this issue
Aug 13, 2021
This commit changes the kind of preset-mesh-config from MeshConfig to ConfigMap Fixes openservicemesh#3654 Backporting change openservicemesh@2429d81 Signed-off-by: Sneha Chhabria <[email protected]>
snehachhabria
added a commit
to snehachhabria/osm
that referenced
this issue
Aug 13, 2021
This commit changes the kind of preset-mesh-config from MeshConfig to ConfigMap Fixes openservicemesh#3654 Backporting change openservicemesh@2429d81 Signed-off-by: Sneha Chhabria <[email protected]>
snehachhabria
added a commit
to snehachhabria/osm
that referenced
this issue
Aug 13, 2021
This commit changes the kind of preset-mesh-config from MeshConfig to ConfigMap Fixes openservicemesh#3654 Backporting change openservicemesh@2429d81 Signed-off-by: Sneha Chhabria <[email protected]>
snehachhabria
added a commit
to snehachhabria/osm
that referenced
this issue
Aug 13, 2021
This commit changes the kind of preset-mesh-config from MeshConfig to ConfigMap Fixes openservicemesh#3654 Backporting change openservicemesh@2429d81 Signed-off-by: Sneha Chhabria <[email protected]>
snehachhabria
added a commit
to snehachhabria/osm
that referenced
this issue
Aug 13, 2021
This commit changes the kind of preset-mesh-config from MeshConfig to ConfigMap Fixes openservicemesh#3654 Backporting change openservicemesh@2429d81 Signed-off-by: Sneha Chhabria <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please describe the Improvement and/or Feature Request
Update the
preset-mesh-config
(https://github.com/openservicemesh/osm/blob/main/charts/osm/templates/preset-mesh-config.yaml) from Kind: MeshConfig to Kind: ConfigMapThis is a pre-requisite for #3396, so that OSM can handle the life-cycle of CRD's. For smooth upgrades of CRD's and preventing helm validation to fail we will need to ensue that the helm chart in OSM don't create CR's.
Scope (please mark with X where applicable)
The text was updated successfully, but these errors were encountered: