diff options
author | EuAndreh <eu@euandre.org> | 2020-10-11 03:13:47 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-10-11 03:13:47 -0300 |
commit | b75962177a517b39440d24482d50986713406a58 (patch) | |
tree | f2c5cb272c8cb9caa2e4c4797cc0b219e86c2dda /_slides | |
parent | Add basic categories page support (diff) | |
download | euandre.org-b75962177a517b39440d24482d50986713406a58.tar.gz euandre.org-b75962177a517b39440d24482d50986713406a58.tar.xz |
Mark slides + article on feature flags as unpublished
Diffstat (limited to '_slides')
-rw-r--r-- | _slides/2020-10-10-rollout-feature-flag-experiment-operational-toggle.slides | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_slides/2020-10-10-rollout-feature-flag-experiment-operational-toggle.slides b/_slides/2020-10-10-rollout-feature-flag-experiment-operational-toggle.slides index fe99f09..cb374f4 100644 --- a/_slides/2020-10-10-rollout-feature-flag-experiment-operational-toggle.slides +++ b/_slides/2020-10-10-rollout-feature-flag-experiment-operational-toggle.slides @@ -4,6 +4,7 @@ date: 2020-10-10 layout: slides lang: en ref: rollout-feature-flag-experiment-operational-toggle +published: false --- # Rollout, feature flag, experiment, operational toggle @@ -113,7 +114,7 @@ We now know about the types # backend -1. **rollout**: k8s, canary pipeline and `common-rollout` +1. **rollout**: k8s, blue/green, canary pipeline and `common-rollout` 2. **feature flag**: `common-rollout` and datasets 3. **operational toggle**: `common-rollout` 4. **experiment**: `common-xp` |