Skip to content

Commit

Permalink
[docs] Fixing small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminguttmann-avtq authored and danail-branekov committed Oct 16, 2024
1 parent c20370f commit 8b2cf15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/known-differences-with-cf-for-vms.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In Kofiri `--strategy=rolling` is implemented using k8S rolling update capabilit
### Stack Changes
While in CF for VMs the staging process yields a droplet, which is a stripped container image without base layer/operating system.
In Korifi a fully fledged image is created which includes the base operating system(stack).
This alters the behaviour in case of stack updates. CF for VMs does purposefully combine stack and droplet at container instance creation time - thus a restart of an app consumes a new stack. In Korifi only a restage of an app consumes thew new stack. One might need to detect that and dynamically rebase a droplet onto a new stack in korifi before starting the container to yield the same behaviour here.
This alters the behaviour in case of stack updates. CF for VMs does purposefully combine stack and droplet at container instance creation time - thus a restart of an app consumes a new stack. In Korifi only a restage of an app consumes the new stack. One might need to detect that and dynamically rebase a droplet onto a new stack in korifi before starting the container to yield the same behaviour here.

## Apps
### App Security Groups
Expand Down

0 comments on commit 8b2cf15

Please sign in to comment.