Skip to content
#

paas

Here are 389 public repositories matching this topic...

sharadregoti
sharadregoti commented Dec 18, 2020

The problem faced currently?

While adding an ingress route, or a target in ingress route.
If by mistake white space gets added to the route or host. We get the error specified route not found or unable to reach the specified target

How can we solve it?

Mission control should remove the white space if present before saving the config

If you want this feature to be implemented, gi

resouer
resouer commented Apr 24, 2021

With raw kube approach, we can easily have a built-in ComponentDefinition to reference a Git repo as a component (using Flux Kustomization as example but there're many approaches indeed):

apiVersion: core.oam.dev/v1beta1
kind: ComponentDefinition
metadata:
  name: foo
  namespace: default
spec:
  workload: 
    definition: 
      apiVersion: apps/v1
      kind: Deployment # 

Improve this page

Add a description, image, and links to the paas topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the paas topic, visit your repo's landing page and select "manage topics."

Learn more