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 installation guide for namespaced mode #1840

Merged
merged 1 commit into from Apr 12, 2021
Merged

Conversation

nakabonne
Copy link
Member

What this PR does / why we need it:

Which issue(s) this PR fixes:

Ref: #1830

Does this PR introduce a user-facing change?:

NONE

@pipecd-bot
Copy link
Collaborator

COVERAGE

Code coverage for golang is 32.90%. This pull request does not change code coverage.

See [values.yaml](https://github.com/pipe-cd/manifests/blob/master/manifests/piped/values.yaml) for the full values.

### Installing on Kubernetes cluster in the namespaced mode
The previous way requires installing cluster-level resources. If you want to restrict Piped's permission within the namespace as the same as Piped, this way is for you.
Copy link
Member

Choose a reason for hiding this comment

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

nits,
The previous way requires installing Piped as cluster-level resource.

Copy link
Member Author

Choose a reason for hiding this comment

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

For sure, but honestly I don't know exactly which is better. Most of Piped resources are namespace-level then only Role/ClusterRole and RoleBindings/ClusterRoleBindings can be different, that's why I thought "installing cluster-level resources" is kind of suitable for it. No strong opinion though 😃

Copy link
Member

Choose a reason for hiding this comment

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

I get your point 👍 then keep it as is LGTM 🙆‍♀️ I don't have a strong objection to this

Copy link
Member Author

Choose a reason for hiding this comment

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

@khanhtc1202 Thanks!

@khanhtc1202
Copy link
Member

/lgtm

@pipecd-bot pipecd-bot added the lgtm label Apr 9, 2021
@nghialv
Copy link
Member

nghialv commented Apr 12, 2021

/approve

@pipecd-bot
Copy link
Collaborator

APPROVE

This pull request is APPROVED by nghialv.

Approvers can cancel the approval by writing /approve cancel in a comment. Any additional commits also will change this pull request to be not-approved.

@pipecd-bot pipecd-bot merged commit 87705d9 into master Apr 12, 2021
@pipecd-bot pipecd-bot deleted the add-namespaced-doc branch April 12, 2021 03:55
@nghialv
Copy link
Member

nghialv commented Apr 12, 2021

/changelog

@pipecd-bot
Copy link
Collaborator

CHANGELOG

@nghialv: Changelog has been generated in response to this comment.

Details

Changelog since v0.9.10

Notable Changes

  • Disable pipectl datastore command (#1843)
  • Disable MongoDB as ControlPlane's datastore (#1835)

Internal Changes

  • Add installation guide for namespaced mode (#1840)
  • Update react version to v17 (#1847)
  • Refactor web tests (#1838)
  • Goodbye MongoDB 👋 (#1844)
  • Add a web RPC to update the description of application (#1842)
  • Update guide to migrate datastore to mysql post (#1841)
  • Add description field to application model (#1839)
  • Add delimiters to RBAC manifests (#1832)
  • Update piped to not create cluster-level resources (#1830)
  • Do not inform non-namespaced resources when the namespace was specified (#1831)
  • Update rules_go to v0.24.14 and golang to 1.16.2 (#1825)
  • Rename post content file (#1823)
  • Make models' name public (#1822)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants