-
Notifications
You must be signed in to change notification settings - Fork 273
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
'Unrecognized apiVersion: apps/v1beta1' using (local-)openfaas on Kubernetes 1.16 #1306
Labels
Comments
I think it may just be this particular provider, I'll take a look. We may just need to update it and fix it. We aim to be compatible with new major releases as they come out. |
Perhaps related: #1273 |
edvald
added a commit
that referenced
this issue
Nov 5, 2019
See the updated docs for details. Fixes #1306
edvald
added a commit
that referenced
this issue
Nov 8, 2019
See the updated docs for details. Fixes #1306
edvald
added a commit
that referenced
this issue
Nov 8, 2019
See the updated docs for details. Fixes #1306
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug
Current Behavior
With
![image](https://user-images.githubusercontent.com/354312/68076540-264d8300-fdb6-11e9-99a8-41386f0b15d6.png)
garden.yml
Project left as is: ('openfaas' provider)With the 'openfaas' provider in
garden.yml
Project changed to 'local-openfaas':Expected behavior
Having a running OpenFaas instance.
Reproducible example
Workaround
I'm trying to find a Kubernetes version where the OpenFaas example works by downgrading through every minor version, but no luck yet.
Additional context
With default Openfaas example:
Note that I had to run
garden scan
a few times consecutively (without changing anything else) before it worked.With 'local-openfaas':
Your environment
garden version
0.10.13
minikube version
1.5.2
kubectl version
Client Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.2", GitCommit:"c97fe5036ef3df2967d086711e6c0c405941e14b", GitTreeState:"clean", BuildDate:"2019-10-15T19:18:23Z", GoVersion:"go1.12.10", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.0", GitCommit:"2bd9643cee5b3b3a5ecbd3af49d09018f0773c77", GitTreeState:"clean", BuildDate:"2019-09-18T14:27:17Z", GoVersion:"go1.12.9", Compiler:"gc", Platform:"linux/amd64"}
docker version
The text was updated successfully, but these errors were encountered: