Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions content/en/docs/getting_started/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ Package Operator Manager also contains functionality to allow
Package Operator to bootstrap itself, which is discussed
on the [Installation Page](/docs/getting_started/installation#via_package_operator).

## Webhooks

There is a validation webhook server that can optionally be run with package operator.
This webhook server verifies the immutability of certain fields of `ObjectSet`
and `ObjectSetPhase` resources. If one of these immutable fields is changed in
an update, the webhook server will disallow the update.

## Loading Package Images

A package is a single artifact that contains all manifests, configuration,
Expand Down
2 changes: 0 additions & 2 deletions content/en/docs/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ Package Operator is able to bootstrap and upgrade itself using a special self-bo
Make sure `KUBECONFIG` is defined and the config points at your Kubernetes cluster.
Then you can deploy Package Operator to bootstrap itself.

Note: Both these command will not install the webhook server.

### Using `kubectl` cli

```sh
Expand Down