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

use ko for function-controller development deployment #5613

Merged
merged 18 commits into from Sep 18, 2019

Conversation

k15r
Copy link
Contributor

@k15r k15r commented Sep 11, 2019

Description

after switching to ko i cannot reproduce the broken webhook anymore

Changes proposed in this pull request:

  • don't use a wonky kustomize | sed command if ko can do it so much easier

Related issue(s)

Copy link
Contributor

@antoineco antoineco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't forget to update the README :)

components/function-controller/Makefile Show resolved Hide resolved
@k15r k15r added area/serverless Issues or PRs related to serverless quality/devx labels Sep 12, 2019
@k15r
Copy link
Contributor Author

k15r commented Sep 12, 2019

Don't forget to update the README :)

done

Copy link
Contributor

@bszwarc bszwarc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some changes added.

components/function-controller/README.md Outdated Show resolved Hide resolved
components/function-controller/README.md Outdated Show resolved Hide resolved
components/function-controller/README.md Outdated Show resolved Hide resolved
components/function-controller/README.md Outdated Show resolved Hide resolved
components/function-controller/README.md Outdated Show resolved Hide resolved
components/function-controller/README.md Outdated Show resolved Hide resolved
components/function-controller/README.md Outdated Show resolved Hide resolved
components/function-controller/README.md Outdated Show resolved Hide resolved
components/function-controller/README.md Outdated Show resolved Hide resolved
components/function-controller/README.md Outdated Show resolved Hide resolved
k15r and others added 10 commits September 18, 2019 08:35
Co-Authored-By: Barbara Szwarc <barbara.m.szwarc@gmail.com>
Co-Authored-By: Barbara Szwarc <barbara.m.szwarc@gmail.com>
Co-Authored-By: Barbara Szwarc <barbara.m.szwarc@gmail.com>
Co-Authored-By: Barbara Szwarc <barbara.m.szwarc@gmail.com>
Co-Authored-By: Barbara Szwarc <barbara.m.szwarc@gmail.com>
Co-Authored-By: Barbara Szwarc <barbara.m.szwarc@gmail.com>
Co-Authored-By: Barbara Szwarc <barbara.m.szwarc@gmail.com>
Co-Authored-By: Barbara Szwarc <barbara.m.szwarc@gmail.com>
Co-Authored-By: Barbara Szwarc <barbara.m.szwarc@gmail.com>
Copy link
Contributor

@bszwarc bszwarc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor change & approval

components/function-controller/README.md Outdated Show resolved Hide resolved
Co-Authored-By: Barbara Szwarc <barbara.m.szwarc@gmail.com>
```bash
make deploy
```
>**NOTE:** Make sure the **KO_DOCKER_REPO** environment variable points to a valid docker repository.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of that isolated note, I think it would be helpful to have the env var described together with the other env vars at the top.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docker->Docker

@@ -102,18 +113,22 @@ Follow these steps to prepare the environment you will use to deploy the Control

### Deploy the controller

1. Use the `make` targets to build the Function Controller image, tag it to the value of the **IMG** environment variable, and push it to the remote container registry.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMG can also be removed in the intro.

@k15r k15r merged commit e09b88d into kyma-project:master Sep 18, 2019
@k15r k15r deleted the 5336-fix-webhook branch January 14, 2020 06:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/serverless Issues or PRs related to serverless
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants