Skip to content

Commit

Permalink
Add information about warning when resource managed by helm is modified
Browse files Browse the repository at this point in the history
  • Loading branch information
kkujawa-sumo committed Jan 8, 2021
1 parent 5f3d4c5 commit e6f56c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/docs/v2_migration_doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ One of the following two strategies can be used:
kubectl apply --namespace <NAMESPACE-NAME> --force --filename -
```

**Notice** When DaemonSet managed by helm is modified by the command specified above, one might expect
a warning similar to the one below:
`Warning: kubectl apply should be used on resource created by either kubectl create --save-config or kubectl apply`

- #### Preparing temporary instance of Fluent Bit

Create temporary instance of Fluent Bit and delete DaemonSet with old version of `spec.selector`.
Expand Down

0 comments on commit e6f56c9

Please sign in to comment.