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

Add development setup document and modify config files as needed #240

Merged
merged 3 commits into from
Feb 23, 2024

Conversation

kasabe28
Copy link
Contributor

Proposed Changes

  • Add development setup document
  • Modify config files as needed

@kasabe28 kasabe28 requested a review from a team as a code owner February 12, 2024 12:58
@github-actions github-actions bot added size/L documentation Improvements or additions to documentation labels Feb 12, 2024
@kasabe28 kasabe28 force-pushed the doc/development-setup branch from e078585 to 437081e Compare February 13, 2024 10:28
@kasabe28 kasabe28 force-pushed the doc/development-setup branch 2 times, most recently from 22776b4 to 17b80c3 Compare February 16, 2024 09:15
@kasabe28 kasabe28 force-pushed the doc/development-setup branch from 17b80c3 to 2f2d3e8 Compare February 16, 2024 09:20
@@ -15,6 +15,7 @@ namePrefix: apinetlet-
resources:
- ../rbac
- ../manager
- ../apinet-rbac
Copy link
Contributor

Choose a reason for hiding this comment

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

@afritzler I am not sure if this should be employed here - i can remember this should only be done when all components run together in the same cluster.

If this is the case, the inclusion of ./apinet-rbac should be done downstream as well depending of this, e.g. in the kind-specific kustomization configuration:

resources:
  - github.com/ironcore-dev/ironcore-net/config/apinetlet/apinet-rbac?ref=437081e6eea333713fa75ce6ccf3a46025a8dac0
  - github.com/ironcore-dev/ironcore-net/config/apinetlet/default?ref=437081e6eea333713fa75ce6ccf3a46025a8dac0

The same goes for metalnetlet-rbac

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Addressed

1. Install ironcore-net API server and API services into the K8s cluster.

```shell
make install APISERVER_IMG=<apiserver image>
Copy link
Member

Choose a reason for hiding this comment

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

It is common to set the variables before the deploy command. Can we change that for all the calls?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed steps for clusters other than kind

@kasabe28 kasabe28 force-pushed the doc/development-setup branch from 5918212 to 4224960 Compare February 22, 2024 13:18
@afritzler afritzler merged commit a3a2e08 into main Feb 23, 2024
11 checks passed
@afritzler afritzler deleted the doc/development-setup branch February 23, 2024 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants