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

Upgrade controller runtime and Multi Namespace support for Flink operator #39

Merged
merged 5 commits into from
Jul 3, 2019

Conversation

anandswaminathan
Copy link
Contributor

[Backward Incompatible]

The hash value computation has changed. Deploying this version of operator will cause rollover/restart of applications.

This PR upgrades the version of controller runtime. Uses a fixed version of Flytestdlib.

Flink operator will now support watching applications across multiple namespaces, previously it was either a single namespace or all namespaces.

Gopkg.toml Outdated

[[constraint]]
name = "github.com/lyft/flytestdlib"
version = "0.2.8"
revision = "4e4da2f1ca1745127a79d299ef9048e86bd4e44c"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

To be updated once I merge flytestdlib changes and generate a release

@mwylde
Copy link
Contributor

mwylde commented Jul 2, 2019

It's not clear to me why this PR (which seems limited to internal details of the operator) should cause a hash change. Can you expand on what's going on there?

@anandswaminathan
Copy link
Contributor Author

anandswaminathan commented Jul 2, 2019

@mwylde The version of Controller Runtime that supports MultiNamespace, has constraint to use an upgraded version of "k8s.io/api" - this updates the underlying Deployment/Container/PodTemplate spec object.

Few I found:

  • ManagedFields in ObjectMeta
  • CSI
  • SubPathExpr in VolumeMount
  • RuntimeClassName, EnableServiceLinks in PodSpec

@anandswaminathan anandswaminathan merged commit f920664 into master Jul 3, 2019
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 this pull request may close these issues.

2 participants