Nick Santos

Results 105 issues of Nick Santos

### Current Behavior Right now, `config.parse()` reads `tilt_config.json` from the current directory, and merges that argument list with what you specified on the command-line. https://github.com/tilt-dev/tilt/blob/master/internal/tiltfile/config/config.go#L15 ## Describe the Feature You...

enhancement

**What I did** fix warnings on 'docker context use' **Related issue** Fixes https://github.com/docker/cli/issues/3765 **(not mandatory) A picture of a cute animal, if possible in relation with what you did** ![PXL_20220806_232348931...

cli
local

The deploy instructions have me set everything up for my-project.appspot.com/oauth2callback. But then there's a step that wants me to login on my local server (localhost:5000), which obviously won't work because...

**Describe the bug** When I intercept traffic under certain conditions, Telepresence kills all traffic, even traffic that's not being intercepted. **To Reproduce** See this repro: https://github.com/nicks/telepresence-sandbox which has a detailed...

feature
enterprise

**Please describe your use case / problem.** I want to make sure that everyone on my team has a minimum version of telepresence installed, so want to parse out the...

feature

**Please describe your use case / problem.** I have a health-checking script that reports if a user has the right version of telepresence installed. Currently, if you run `telepresence version`...

t:bug

Signed-off-by: Nick Santos

Apply this yaml: ``` apiVersion: apps/v1 kind: StatefulSet metadata: name: example-html labels: app: example-html spec: selector: matchLabels: app: example-html template: metadata: labels: app: example-html spec: containers: - name: example-html image:...

bug

In the #tilt channel, buzzedword asks: > i have a local_resource defined as follows: ``` local_resource('next dev server', serve_cmd='npm run build:watch', deps=['package.json'], labels='frontend', trigger_mode=TRIGGER_MODE_MANUAL, readiness_probe=probe( initial_delay_secs=120, period_secs=15, failure_threshold=4, http_get=http_get_action(port=3003, path="/")...

enhancement

### Current Behavior `ahy` in the slack channel reports that when they connect tilt to their remote cluster, it fails with: ``` Cluster status error: cluster did not pass liveness...

enhancement
needs repro case