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

Inject serviceBindings labels in Function CR - integration #8343

Conversation

magicmatatjahu
Copy link
Contributor

@magicmatatjahu magicmatatjahu commented May 3, 2020

Description

Changes proposed in this pull request:

  • Update appropriate charts
  • Prepare migration job for changing knative-service to function UsageKind related to Function CR
  • Remove kubeless UsageKind CR
  • Update CBS, CoreUI, Serverless tests images with changing knative-service to function UsageKind
  • Update docs

Related issue(s)
#8203

@netlify
Copy link

netlify bot commented May 3, 2020

🥰 Documentation preview ready! 🥰

Built with commit 5565216

https://deploy-preview-8343--kyma-project-docs-preview.netlify.app

@magicmatatjahu
Copy link
Contributor Author

/test pre-master-kyma-gke-integration
/test pre-master-kyma-gke-upgrade

@@ -4,6 +4,12 @@

fullnameOverride: "serverless"

bindingsMigration:
image:
repository: 'dtzar/helm-kubectl'
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Most of the images I was looking for have only kubectl, and this has also apk, shell etc. what is needed in migration job.

Copy link
Contributor

Choose a reason for hiding this comment

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

Have a look at https://github.com/kyma-project/kyma/blob/master/resources/rafter/values.yaml#L331

it has kubectl, helm, jq etc, I think everything that you need, and it's "blessed" by our testinfra team -> no security issues with it

@@ -4,6 +4,12 @@

fullnameOverride: "serverless"

bindingsMigration:
image:
repository: 'dtzar/helm-kubectl'
Copy link
Contributor

Choose a reason for hiding this comment

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

Have a look at https://github.com/kyma-project/kyma/blob/master/resources/rafter/values.yaml#L331

it has kubectl, helm, jq etc, I think everything that you need, and it's "blessed" by our testinfra team -> no security issues with it

@aerfio
Copy link
Contributor

aerfio commented May 6, 2020

/retest

@magicmatatjahu magicmatatjahu requested a review from a team as a code owner May 6, 2020 20:33
@hudymi hudymi linked an issue May 6, 2020 that may be closed by this pull request
@magicmatatjahu magicmatatjahu force-pushed the serverless-ctrl-pod-labels-integration branch from 5348245 to 3af22bd Compare May 7, 2020 06:12
@magicmatatjahu
Copy link
Contributor Author

/test pre-master-kyma-gke-integration

@hudymi hudymi added area/documentation Issues or PRs related to documentation area/serverless Issues or PRs related to serverless labels May 7, 2020
@magicmatatjahu
Copy link
Contributor Author

/test all

@magicmatatjahu
Copy link
Contributor Author

/test pre-master-kyma-gke-upgrade

@magicmatatjahu
Copy link
Contributor Author

/test pre-master-kyma-gke-upgrade

1 similar comment
@magicmatatjahu
Copy link
Contributor Author

/test pre-master-kyma-gke-upgrade

@magicmatatjahu
Copy link
Contributor Author

/test all

@magicmatatjahu magicmatatjahu merged commit 19aec6f into kyma-project:master May 10, 2020
@magicmatatjahu magicmatatjahu deleted the serverless-ctrl-pod-labels-integration branch May 10, 2020 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation Issues or PRs related to documentation area/serverless Issues or PRs related to serverless
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Injecting pod labels in Function CR
6 participants