Diff
checker
Text
Text
Images
Documents
Excel
Folders
Legal
Enterprise
Desktop
Pricing
Sign in
Download Diffchecker Desktop
Compare text
Find the difference between two text files
Tools
History
Real-time editor
Hide unchanged lines
Disable line wrap
Layout
Split
Unified
Diff precision
Smart
Word
Char
Syntax highlighting
Choose syntax
Ignore
Transform text
Go to first change
Edit input
Diffchecker Desktop
The most secure way to run Diffchecker. Get the Diffchecker Desktop app: your diffs never leave your computer!
Get Desktop
Untitled diff
Created
9 years ago
Diff never expires
Clear
Export
Share
Explain
10 removals
Lines
Total
Removed
Characters
Total
Removed
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
53 lines
Copy
7 additions
Lines
Total
Added
Characters
Total
Added
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
50 lines
Copy
Copy
Copied
Copy
Copied
- name: pull-kubernetes-unit
- name: pull-kubernetes-unit
-prow
agent: kubernetes
agent: kubernetes
Copy
Copied
Copy
Copied
branches:
always_run:
false
- release-1.6
context: pull-kubernetes-unit
-prow
- release-1.7
rerun_command: "/test pull-kubernetes-unit
-prow
"
- release-1.8
trigger: "(?m)^/test
pull-kubernetes-unit
-prow
,?(\\s+|$)"
always_run:
true
context: pull-kubernetes-unit
rerun_command: "/test pull-kubernetes-unit
"
trigger: "(?m)^/test
( all|
pull-kubernetes-unit
)
,?(\\s+|$)"
spec:
spec:
containers:
containers:
Copy
Copied
Copy
Copied
- image: gcr.io/k8s-testimages/bootstrap:
v20171127-a1522ede
- image: gcr.io/k8s-testimages/bootstrap:
latest
imagePullPolicy: Always
args:
args:
- "--clean"
- "--clean"
- "--git-cache=/root/.cache/git"
- "--git-cache=/root/.cache/git"
- "--job=$(JOB_NAME)"
- "--job=$(JOB_NAME)"
- "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
- "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
- "--service-account=/etc/service-account/service-account.json"
- "--service-account=/etc/service-account/service-account.json"
- "--upload=gs://kubernetes-jenkins/pr-logs"
- "--upload=gs://kubernetes-jenkins/pr-logs"
- "--timeout=60"
- "--timeout=60"
env:
env:
- name: DOCKER_IN_DOCKER_ENABLED
- name: DOCKER_IN_DOCKER_ENABLED
value: true
value: true
- name: GOOGLE_APPLICATION_CREDENTIALS
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/service-account/service-account.json
value: /etc/service-account/service-account.json
# docker-in-docker needs privileged mode
# docker-in-docker needs privileged mode
securityContext:
securityContext:
privileged: true
privileged: true
volumeMounts:
volumeMounts:
- name: service
- name: service
mountPath: /etc/service-account
mountPath: /etc/service-account
readOnly: true
readOnly: true
- name: cache-ssd
- name: cache-ssd
mountPath: /root/.cache
mountPath: /root/.cache
- name: docker-graph
- name: docker-graph
mountPath: /docker-graph
mountPath: /docker-graph
ports:
ports:
- containerPort: 9999
- containerPort: 9999
hostPort: 9999
hostPort: 9999
resources:
resources:
requests:
requests:
cpu: 4
cpu: 4
volumes:
volumes:
- name: service
- name: service
secret:
secret:
secretName: service-account
secretName: service-account
- name: cache-ssd
- name: cache-ssd
hostPath:
hostPath:
path: /mnt/disks/ssd0
path: /mnt/disks/ssd0
- name: docker-graph
- name: docker-graph
hostPath:
hostPath:
path: /mnt/disks/ssd0/docker-graph
path: /mnt/disks/ssd0/docker-graph
Saved diffs
Original text
Open file
- name: pull-kubernetes-unit agent: kubernetes branches: - release-1.6 - release-1.7 - release-1.8 always_run: true context: pull-kubernetes-unit rerun_command: "/test pull-kubernetes-unit" trigger: "(?m)^/test( all| pull-kubernetes-unit),?(\\s+|$)" spec: containers: - image: gcr.io/k8s-testimages/bootstrap:v20171127-a1522ede args: - "--clean" - "--git-cache=/root/.cache/git" - "--job=$(JOB_NAME)" - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)" - "--service-account=/etc/service-account/service-account.json" - "--upload=gs://kubernetes-jenkins/pr-logs" - "--timeout=60" env: - name: DOCKER_IN_DOCKER_ENABLED value: true - name: GOOGLE_APPLICATION_CREDENTIALS value: /etc/service-account/service-account.json # docker-in-docker needs privileged mode securityContext: privileged: true volumeMounts: - name: service mountPath: /etc/service-account readOnly: true - name: cache-ssd mountPath: /root/.cache - name: docker-graph mountPath: /docker-graph ports: - containerPort: 9999 hostPort: 9999 resources: requests: cpu: 4 volumes: - name: service secret: secretName: service-account - name: cache-ssd hostPath: path: /mnt/disks/ssd0 - name: docker-graph hostPath: path: /mnt/disks/ssd0/docker-graph
Changed text
Open file
- name: pull-kubernetes-unit-prow agent: kubernetes always_run: false context: pull-kubernetes-unit-prow rerun_command: "/test pull-kubernetes-unit-prow" trigger: "(?m)^/test pull-kubernetes-unit-prow,?(\\s+|$)" spec: containers: - image: gcr.io/k8s-testimages/bootstrap:latest imagePullPolicy: Always args: - "--clean" - "--git-cache=/root/.cache/git" - "--job=$(JOB_NAME)" - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)" - "--service-account=/etc/service-account/service-account.json" - "--upload=gs://kubernetes-jenkins/pr-logs" - "--timeout=60" env: - name: DOCKER_IN_DOCKER_ENABLED value: true - name: GOOGLE_APPLICATION_CREDENTIALS value: /etc/service-account/service-account.json # docker-in-docker needs privileged mode securityContext: privileged: true volumeMounts: - name: service mountPath: /etc/service-account readOnly: true - name: cache-ssd mountPath: /root/.cache - name: docker-graph mountPath: /docker-graph ports: - containerPort: 9999 hostPort: 9999 resources: requests: cpu: 4 volumes: - name: service secret: secretName: service-account - name: cache-ssd hostPath: path: /mnt/disks/ssd0 - name: docker-graph hostPath: path: /mnt/disks/ssd0/docker-graph
Find difference