Conversation
Contributor
Author
|
I have tested a bit against darwin/macOS and the basic principles still work (using a remote Linux builder). However, there are some surrounding papercuts that need to be resolved for that setup to be usable (for example, we need to configure the target platform, |
3 tasks
Added product-config properties to docker image. CHanged nix command in tiltfile
soenkeliebau
added a commit
to stackabletech/hdfs-operator
that referenced
this pull request
Feb 12, 2023
In stackabletech/operator-templating#212 we are planning to add a more developer friendly workflow for building and deploying artifacts to Kubernetes during development. This workflow uses crate2nix, which uses rustc directly and does not provide all environment variables required by the built crate we use (see nix-community/crate2nix#158). The content of these PR are the fixes needed to work around those limitations.
7 tasks
soenkeliebau
added a commit
to stackabletech/documentation
that referenced
this pull request
Feb 12, 2023
…the docs. For implementation, see: - stackabletech/operator-templating#212 - stackabletech/hdfs-operator#312
nightkr
commented
Feb 13, 2023
- Only add properties.yaml if it exists - Correctly calculate port for Tilt instead of using string concatenation
Member
|
addressed comments @nightkr |
Contributor
Author
|
LGTM now. I can't approve since it was my PR originally. |
soenkeliebau
approved these changes
Feb 13, 2023
Member
|
I can :) |
Contributor
Author
|
Want the honours of merging/starting the rollout? :P |
Member
|
I only did some drudge work here, its your brainchild :) |
Member
|
Should we try and get stackabletech/hdfs-operator#312 in as well, to give people something to test with? |
bors bot
pushed a commit
to stackabletech/hdfs-operator
that referenced
this pull request
Feb 13, 2023
# Description In stackabletech/operator-templating#212 we are planning to add a more developer friendly workflow for building and deploying artifacts to Kubernetes during development. This workflow uses crate2nix, which uses rustc directly and does not provide all environment variables required by the built crate we use (see nix-community/crate2nix#158). The content of these PR are the fixes needed to work around those limitations.
bors bot
pushed a commit
to stackabletech/hdfs-operator
that referenced
this pull request
Feb 13, 2023
# Description In stackabletech/operator-templating#212 we are planning to add a more developer friendly workflow for building and deploying artifacts to Kubernetes during development. This workflow uses crate2nix, which uses rustc directly and does not provide all environment variables required by the built crate we use (see nix-community/crate2nix#158). The content of these PR are the fixes needed to work around those limitations. Co-authored-by: Sönke Liebau <soenke.liebau@stackable.de>
soenkeliebau
added a commit
to stackabletech/documentation
that referenced
this pull request
Feb 14, 2023
…the docs (#360) * Adds explanation of crate2nix and tilt based development workflow to the docs. For implementation, see: - stackabletech/operator-templating#212 - stackabletech/hdfs-operator#312 Co-authored-by: Natalie <teo.roijezon@stackable.de>
This was referenced Feb 14, 2023
This was referenced Feb 14, 2023
Closed
Closed
Closed
bors bot
pushed a commit
to stackabletech/druid-operator
that referenced
this pull request
Feb 15, 2023
see stackabletech/operator-templating#212 for more details
bors bot
pushed a commit
to stackabletech/hbase-operator
that referenced
this pull request
Feb 20, 2023
see stackabletech/operator-templating#212 for more details
bors bot
pushed a commit
to stackabletech/airflow-operator
that referenced
this pull request
Feb 21, 2023
see stackabletech/operator-templating#212 for more details Co-authored-by: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com>
bors bot
pushed a commit
to stackabletech/nifi-operator
that referenced
this pull request
Feb 23, 2023
see stackabletech/operator-templating#212 for more details
bors bot
pushed a commit
to stackabletech/spark-k8s-operator
that referenced
this pull request
Feb 23, 2023
see stackabletech/operator-templating#212 for more details
bors bot
pushed a commit
to stackabletech/hive-operator
that referenced
this pull request
Feb 24, 2023
see stackabletech/operator-templating#212 for more details
bors bot
pushed a commit
to stackabletech/superset-operator
that referenced
this pull request
Feb 24, 2023
see stackabletech/operator-templating#212 for more details
bors bot
pushed a commit
to stackabletech/opa-operator
that referenced
this pull request
Mar 22, 2023
see stackabletech/operator-templating#212 for more details
bors bot
pushed a commit
to stackabletech/trino-operator
that referenced
this pull request
Mar 27, 2023
see stackabletech/operator-templating#212 for more details
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This won't be used for prod builds (for now), but allows Nix to cache library builds, which gives us much faster feedback loops during development (for operators that need to run inside of the K8s cluster).
This is based on (and obsoletes) the Nix build system from secret-op and listener-op.
This requires some minor changes to the operator, such as the following for Airflow: