Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
microsoft
/
frameworkcontroller
Public archive
Notifications
You must be signed in to change notification settings
Fork
44
Star
170
Code
Issues
0
Pull requests
2
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 4, 2023
Update README.md
Scarlett Li (scarlett2018)
authored
d6e7078
View commit details
Copy full SHA for d6e7078
Browse repository at this point
Commits on Dec 8, 2022
Add slides for FrameworkController DeepDive (#80)
Yuqi Wang (yqwang-ms)
authored
1232a3d
View commit details
Copy full SHA for 1232a3d
Browse repository at this point
Commits on Aug 3, 2022
Add Microsoft mandatory file (#78)
Show description for 6a3d9c1
microsoft-github-policy-service[bot]
authored
6a3d9c1
View commit details
Copy full SHA for 6a3d9c1
Browse repository at this point
Commits on Feb 23, 2022
Keep podGracefulDeletionTimeoutSec as Nullable (#74)
Yuqi Wang (yqwang-ms)
authored
d602cdc
View commit details
Copy full SHA for d602cdc
Browse repository at this point
Commits on Jan 17, 2022
Upgrade CRD to apiextensions.k8s.io/v1 to support k8s >= 1.22 (#72)
Yuqi Wang (yqwang-ms)
authored
e658916
View commit details
Copy full SHA for e658916
Browse repository at this point
Commits on Jan 14, 2022
Switch to go mod (#69)
Yuqi Wang (yqwang-ms)
authored
2746a34
View commit details
Copy full SHA for 2746a34
Browse repository at this point
Commits on Mar 23, 2021
Add Third Party Controller Wrapper: AzureML Kubernetes Compute (#63)
Yuqi Wang (yqwang-ms)
authored
29d95df
View commit details
Copy full SHA for 29d95df
Browse repository at this point
Commits on Oct 19, 2020
Expose Task History (#62)
Yuqi Wang (yqwang-ms)
authored
4b5707f
View commit details
Copy full SHA for 4b5707f
Browse repository at this point
Commits on Aug 31, 2020
Treat invalid Pod caused by network error as PodCreationUnknownError (#61)
Yuqi Wang (yqwang-ms)
authored
959722c
View commit details
Copy full SHA for 959722c
Browse repository at this point
Commits on Aug 28, 2020
Expose and increase default sync concurrency (#60)
Yuqi Wang (yqwang-ms)
authored
a220bd3
View commit details
Copy full SHA for a220bd3
Browse repository at this point
Commits on Aug 11, 2020
Pause zero scale Framework instead of completing it (#59)
Yuqi Wang (yqwang-ms)
authored
29e1153
View commit details
Copy full SHA for 29e1153
Browse repository at this point
Commits on Aug 10, 2020
Support Create ExecutionType: Just create without start (#58)
Yuqi Wang (yqwang-ms)
authored
d67fc76
View commit details
Copy full SHA for d67fc76
Browse repository at this point
Commits on Aug 5, 2020
Refine Doc (#57)
Yuqi Wang (yqwang-ms)
authored
7669288
View commit details
Copy full SHA for 7669288
Browse repository at this point
Commits on Aug 3, 2020
Support Framework ScaleUp/ScaleDown with Strong Safety Guarantee (#56)
Yuqi Wang (yqwang-ms)
authored
c612696
View commit details
Copy full SHA for c612696
Browse repository at this point
Commits on Mar 30, 2020
Update HiveD TF example (#55)
Yuqi Wang (yqwang-ms)
authored
896761a
View commit details
Copy full SHA for 896761a
Browse repository at this point
Commits on Mar 23, 2020
Update doc links for HiveD (#54)
Yuqi Wang (yqwang-ms)
authored
dbcb0d1
View commit details
Copy full SHA for dbcb0d1
Browse repository at this point
Commits on Feb 15, 2020
add FC_TASK_INDEX to label so can select pod uniquely (#53)
Di Xu (xudifsd)
authored
40fb74d
View commit details
Copy full SHA for 40fb74d
Browse repository at this point
Commits on Jan 17, 2020
Enrich PodSpecError to early fail Pod (#52)
Yuqi Wang (yqwang-ms)
authored
c4be168
View commit details
Copy full SHA for c4be168
Browse repository at this point
Commits on Jan 13, 2020
Aware UID change during Update event and Sync (#51)
Yuqi Wang (yqwang-ms)
authored
7789e3e
View commit details
Copy full SHA for 7789e3e
Browse repository at this point
Commits on Dec 25, 2019
Update README.md
Scarlett Li (scarlett2018)
authored
9d1822f
View commit details
Copy full SHA for 9d1822f
Browse repository at this point
Commits on Dec 10, 2019
Remove deprecated Initializers in planning (#50)
Yuqi Wang (yqwang-ms)
authored
285ade0
View commit details
Copy full SHA for 285ade0
Browse repository at this point
Commits on Nov 12, 2019
Fix invalid json in log caused by fmt (MISSING) (#49)
Yuqi Wang (yqwang-ms)
authored
429fa54
View commit details
Copy full SHA for 429fa54
Browse repository at this point
Commits on Nov 6, 2019
Update Doc for Framework Availability (#48)
Yuqi Wang (yqwang-ms)
authored
b819592
View commit details
Copy full SHA for b819592
Browse repository at this point
Commits on Oct 30, 2019
Add project badges (#47)
Yuqi Wang (yqwang-ms)
authored
e0ffdc3
View commit details
Copy full SHA for e0ffdc3
Browse repository at this point
Setup CI build (#46)
Yuqi Wang (yqwang-ms)
authored
452675a
View commit details
Copy full SHA for 452675a
Browse repository at this point
Commits on Oct 29, 2019
Add PodNodeName to help track failures on node before PodIP is available (#45)
Yuqi Wang (yqwang-ms)
authored
707b7a9
View commit details
Copy full SHA for 707b7a9
Browse repository at this point
Commits on Oct 23, 2019
Support large scale Framework by LargeFrameworkCompression (#44)
Yuqi Wang (yqwang-ms)
authored
8e41451
View commit details
Copy full SHA for 8e41451
Browse repository at this point
Commits on Sep 19, 2019
Support PodGracefulDeletionTimeoutSec to tune Framework Consistency vs Availability (#43)
Yuqi Wang (yqwang-ms)
authored
77ec4ab
View commit details
Copy full SHA for 77ec4ab
Browse repository at this point
Commits on Sep 16, 2019
Refine PodFailureSpec (#42)
Yuqi Wang (yqwang-ms)
authored
4237316
View commit details
Copy full SHA for 4237316
Browse repository at this point
Commits on Sep 2, 2019
Support PodFailureSpec to classify and summarize Pod failures (#41)
Yuqi Wang (yqwang-ms)
authored
df63d60
View commit details
Copy full SHA for df63d60
Browse repository at this point
Commits on Aug 16, 2019
Refine RetryDelaySec (#39)
Yuqi Wang (yqwang-ms)
authored
54a4554
View commit details
Copy full SHA for 54a4554
Browse repository at this point
Commits on Aug 12, 2019
Remove unnecessary recoverFrameworkWorkItems (#38)
Yuqi Wang (yqwang-ms)
authored
e13b822
View commit details
Copy full SHA for e13b822
Browse repository at this point
Commits on Aug 9, 2019
Support FrameworkCompletedRetainSec (#37)
Yuqi Wang (yqwang-ms)
authored
4a771cd
View commit details
Copy full SHA for 4a771cd
Browse repository at this point
Commits on Aug 8, 2019
Redefine FrameworkAttemptRunning and Record attempt running start time (#35)
Show description for 9298ab6
Yuqi Wang (yqwang-ms)
authored
9298ab6
View commit details
Copy full SHA for 9298ab6
Browse repository at this point
Commits on Aug 2, 2019
Add TensorFlow Example to leverage HivedScheduler (#34)
Yuqi Wang (yqwang-ms)
authored
80492e5
View commit details
Copy full SHA for 80492e5
Browse repository at this point
Previous
Next
You can’t perform that action at this time.