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

Test against AKS #1112

Closed
tamalsaha opened this issue Jun 7, 2018 · 6 comments
Closed

Test against AKS #1112

tamalsaha opened this issue Jun 7, 2018 · 6 comments
Labels

Comments

@tamalsaha
Copy link
Contributor

tamalsaha commented Jun 7, 2018

Error from server (InternalError): error when creating "test-aks-ing.yaml": Internal error occurred: failed calling admission webhook "admission.voyager.appscode.com": Post https://kubernetes.default.svc:443/apis/admission.voyager.appscode.com/v1beta1/admissionreviews: x509: certificate is not valid for any names, but wanted to match kubernetes.default.svc

@tamalsaha
Copy link
Contributor Author

cc: @the-redback

@tamalsaha tamalsaha added the bug label Jun 7, 2018
@diptadas
Copy link
Contributor

diptadas commented Jun 7, 2018

golang/go#24293

@tamalsaha
Copy link
Contributor Author

Here are the steps for reproducing this problem:

# 1. Create a AKS cluster

# 2. Deploy voyager: 
curl -fsSL https://raw.githubusercontent.com/appscode/voyager/7.0.0/hack/deploy/voyager.sh \
    | bash -s -- --provider=gke

# 3. run nginx
kubectl run nginx --image=nginx
kubectl expose deployment nginx --name=web --port=4567 --target-port=80

# 4. create ingress

apiVersion: voyager.appscode.com/v1beta1
kind: Ingress
metadata:
  name: test-ingress
  namespace: default
spec:
  rules:
  - host: 'web.example.com'
    tcp:
      port: '4567'
      backend:
        serviceName: web
        servicePort: 4567

@tamalsaha
Copy link
Contributor Author

This is a known Azure bug. We wait for them to fix this. https://kubernetes.slack.com/archives/C5HJXTT9Q/p1528487209000226

Azure/AKS#399 (comment)

@the-redback
Copy link

cc: @tahsinrahman

@tamalsaha
Copy link
Contributor Author

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

No branches or pull requests

3 participants