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 OKTETO_SMART_BUILDS_IGNORE_FILES_ENABLED to feature flags #983

Merged
merged 3 commits into from
Feb 28, 2025
Merged
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
3 changes: 2 additions & 1 deletion src/content/reference/feature-flags.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Below is a list of those variables that you can use to leverage these newer and
| OKTETO_KUBERNETES_TIMEOUT | Specifies the timeout while deploying | `0` |
| OKTETO_LOCAL_REGISTRY_STORE_PRIORITY_ENABLED | Gives more priority to the local registry credentials than the Okteto Registry Credentials | `false` |
| OKTETO_SMART_BUILDS_ENABLED | Enables the [Smart Builds feature](core/build-service.mdx#smart-builds) that uses a hash of the build context to determine if an image needs to be rebuilt or can be pulled from the registry. This can accelerate build times | `true` |
| OKTETO_SMART_BUILDS_IGNORE_FILES_ENABLED | When enabled, files listed in `.dockerignore` will be excluded from the smart build context calculation | `false` |
| OKTETO_SUPPORT_STACKS_ENABLED | Support Okteto Stacks syntax | `false` |
| OKTETO_SYNCTHING_VERSION | Specifies the Syncthing version the CLI must use | N/A |
| OKTETO_USE_STATIC_KUBETOKEN | Use a fixed token rather than a dynamic token for interactions with the Kubernetes API | `false` |
| OKTETO_USE_STATIC_KUBETOKEN | Use a fixed token rather than a dynamic token for interactions with the Kubernetes API | `false` |