Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Gatway trait can't be properly deployed #249

Closed
BinaryHB0916 opened this issue Dec 7, 2021 · 1 comment · Fixed by #255
Closed

[Bug] Gatway trait can't be properly deployed #249

BinaryHB0916 opened this issue Dec 7, 2021 · 1 comment · Fixed by #255
Milestone

Comments

@BinaryHB0916
Copy link
Member

BinaryHB0916 commented Dec 7, 2021

Creating a simple application as below:

apiVersion: core.oam.dev/v1beta1
kind: Application
metadata:
  name: first-vela-app
spec:
  components:
    - name: express-server
      type: webservice
      properties:
        image: crccheck/hello-world
        port: 8000
      traits:
        - type: nginx
          properties:
            domain: testsvc.example.com
            http:
              "/": 8000

Created webservice successfully. But when creating nginx of Gatway it can't be attached properly, errors showed:

B08BD5DB-5978-470D-893A-176E27E3F840

@barnettZQG barnettZQG added this to the 1.2-release milestone Dec 7, 2021
@barnettZQG
Copy link
Collaborator

Premise:
kubevela/kubevela#2880

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants