Jianbo Sun
Jianbo Sun
I'm afraid this layer would be another API for end user. In that case, the reusable benefit of OAM wouldn't come true. In fact, like Ryan said, OAM platform builders...
@diru1100 Hi, Rohit, Glad to see you are interested to this project! All workloads in kruise can be OAM workload, but some operational fields are mixed in it. So our...
@linjiemiao Can you follow this design https://github.com/crossplane/oam-kubernetes-runtime/issues/141#issuecomment-665817797
I agree with @resouer but I want to add some of my points: 1. Runtime could add new fields if end users will never use it directly. `ownerReferences` and `workloadRef`...
I agree make `ingress` as core trait. > An OAM-compliant runtime for embedded devices could be one example where ingress is not needed or desirable In this case, the runtime...
@zzxwill KubeVela has changed all CRD version from v1beta1 to v1, please also upgrade for the terraform controller.
Sorry for the late response, routetrait is already deprecated, please refer to KubeVela [gateway trait](https://kubevela.io/docs/end-user/traits/ingress) for similar usage.
why don't add let's encriypt as an addon, so other addon can dependsOn it if they need mTLS.
Yes, it's popular, you can check: https://cloud.redhat.com/blog/using-kubernetes-operators-to-manage-lets-encrypt-ssl-tls-certificates-for-red-hat-openshift-dedicated I'm not sure if there's any better alternatives.
https://github.com/Lissy93/dashy How to make a config file mounted easily? ``` docker run -d \ -p 4000:80 \ -v /root/my-local-conf.yml:/app/public/conf.yml \ --name my-dashboard \ --restart=always \ lissy93/dashy:latest ```